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 bff268a commit 08a92fcCopy full SHA for 08a92fc
build.gradle
@@ -219,13 +219,13 @@ task renderRR() {
219
//
220
// Hosting at manticore-projects.com is temporary until a better solution is found
221
// Please do not use these files without Gunther's permission
222
- download {
+ download.run {
223
src 'http://manticore-projects.com/download/convert.war'
224
dest "$buildDir/rr/convert.war"
225
overwrite false
226
}
227
228
229
src 'http://manticore-projects.com/download/rr.war'
230
dest "$buildDir/rr/rr.war"
231
0 commit comments