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

Commit 86f95bc

Browse files
committed
Removed path from gradle
1 parent e181510 commit 86f95bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version '1.1.0'
33
apply plugin: 'java'
44
apply plugin: 'maven'
55

6-
sourceCompatibility = 1.7
6+
sourceCompatibility = 1.8
77

88
group 'com.github.ClusterWS'
99

@@ -19,8 +19,6 @@ dependencies {
1919
testCompile group: 'junit', name: 'junit', version: '4.12'
2020
compile 'com.neovisionaries:nv-websocket-client:2.3'
2121
compile group: 'org.json', name: 'json', version: '20170516'
22-
compile 'com.github.ClusterWS:ClusterWS-Client-Java:-SNAPSHOT'
23-
2422
}
2523

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

0 commit comments

Comments
 (0)