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

Commit 887d83c

Browse files
committed
Updated gradle and in README version
1 parent 8ae3508 commit 887d83c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is official Java client for [ClusterWS](https://github.com/ClusterWS/Cluste
3030
<dependency>
3131
<groupId>com.github.ClusterWS</groupId>
3232
<artifactId>ClusterWS-Client-Java</artifactId>
33-
<version>1.3.0</version>
33+
<version>1.5.0</version>
3434
</dependency>
3535
```
3636

@@ -45,7 +45,7 @@ allprojects {
4545
}
4646
4747
dependencies {
48-
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.3.0'
48+
compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.5.0'
4949
}
5050
```
5151

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ targetCompatibility = 1.8
99

1010
repositories {
1111
mavenCentral()
12-
mavenLocal()
1312
jcenter()
1413
}
1514

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

2826
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)