We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c180c5d commit 0225e30Copy full SHA for 0225e30
build.gradle
@@ -70,7 +70,7 @@ class Download extends DefaultTask {
70
71
72
task downloadRookout(type: Download) {
73
- sourceUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.rookout&a=rook&v=0.1.245"
+ sourceUrl = "https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.rookout&a=rook&v=0.1.246"
74
target = new File('rook.jar')
75
}
76
0 commit comments