Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Updated gradle and in README version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegorisa committed Dec 27, 2017
1 parent 8ae3508 commit 887d83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is official Java client for [ClusterWS](https://github.com/ClusterWS/Cluste
<dependency>
<groupId>com.github.ClusterWS</groupId>
<artifactId>ClusterWS-Client-Java</artifactId>
<version>1.3.0</version>
<version>1.5.0</version>
</dependency>
```

Expand All @@ -45,7 +45,7 @@ allprojects {
}
dependencies {
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.3.0'
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.5.0'
}
```

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ targetCompatibility = 1.8

repositories {
mavenCentral()
mavenLocal()
jcenter()
}

Expand All @@ -22,7 +21,6 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.7.22'
compile "org.java-websocket:Java-WebSocket:1.3.6"
compile 'com.alibaba:fastjson:1.2.44'
deployerJars "org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 887d83c

Please sign in to comment.