Skip to content

Commit

Permalink
Remove integration tests, use commands directly in sbt shell
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 18, 2015
1 parent aef5769 commit e0326a1
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 561 deletions.
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ hs_err_pid*

# gradle working files
.gradle/
build/

/build/

# IDEA build scripts
/.idea/
*.iml

dist/
# sbt files
lib/
project/
target/
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Install from maven [![Build Status](https://travis-ci.org/minio/minio-java.svg)](https://travis-ci.org/minio/minio-java)


```xml
<dependency>
<groupId>io.minio</groupId>
Expand All @@ -12,6 +11,23 @@
```
[![Maven](https://img.shields.io/maven-central/v/io.minio/minio.svg)](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22minio%22)

## Install from source

```sh
$ sudo apt-get install gradle
$ git clone https://github.com/minio/minio-java
$ cd minio-java
$ gradle build
...
$ ls build/libs/
[2015-07-18 15:16:48 PDT] 51KiB minio-0.2.1-sources.jar
[2015-07-18 15:16:46 PDT] 61KiB minio-0.2.1.jar
[2015-07-18 15:16:49 PDT] 821B minio-0.2.1-javadoc.jar.asc
[2015-07-18 15:16:49 PDT] 821B minio-0.2.1.jar.asc
[2015-07-18 15:16:48 PDT] 156KiB minio-0.2.1-javadoc.jar
[2015-07-18 15:16:49 PDT] 821B minio-0.2.1-sources.jar.asc
```

## Example
```java
import io.minio.client.Client;
Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

164 changes: 0 additions & 164 deletions gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions gradlew.bat

This file was deleted.

Loading

0 comments on commit e0326a1

Please sign in to comment.