Skip to content

Commit 08a92fc

Browse files
haha1903Hai Chang
andauthored
Fixed download war script in the renderRR task (#1659)
Co-authored-by: Hai Chang <haichang@microsoft.com>
1 parent bff268a commit 08a92fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,13 @@ task renderRR() {
219219
//
220220
// Hosting at manticore-projects.com is temporary until a better solution is found
221221
// Please do not use these files without Gunther's permission
222-
download {
222+
download.run {
223223
src 'http://manticore-projects.com/download/convert.war'
224224
dest "$buildDir/rr/convert.war"
225225
overwrite false
226226
}
227227

228-
download {
228+
download.run {
229229
src 'http://manticore-projects.com/download/rr.war'
230230
dest "$buildDir/rr/rr.war"
231231
overwrite false

0 commit comments

Comments
 (0)