Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: mitkey <mitkey@foxmail.com>
  • Loading branch information
mitkey committed May 27, 2017
1 parent 973d6e8 commit 6035d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ I'm just using the gradle build again, and Use fastjson instead of org.json

[https://github.com/TooTallNate/Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket)

use jitpack
can use jitpack
compile 'com.github.TooTallNate:Java-WebSocket:Java-WebSocket-1.3.3'
----> maven { url 'https://jitpack.io' }
replace
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sourceCompatibility = 1.7

allprojects {
repositories {
maven { url 'https://jitpack.io' }
maven { url "http://clojars.org/repo" }
}
}

Expand All @@ -38,7 +38,7 @@ dependencies {
// 'test.useTestNG()' to your build script.
testCompile 'junit:junit:4.12'

compile 'com.github.TooTallNate:Java-WebSocket:Java-WebSocket-1.3.3'
compile "org.java-websocket:java-websocket:1.3.3"
compile "com.alibaba:fastjson:1.2.6"
}

Expand Down

0 comments on commit 6035d51

Please sign in to comment.