From 82560416df04671afc945586efc0605a5d7acdd4 Mon Sep 17 00:00:00 2001 From: Hai Chang Date: Fri, 4 Nov 2022 22:31:22 +0800 Subject: [PATCH] Fixed download war script in the renderRR task --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 925826370..fdafea122 100644 --- a/build.gradle +++ b/build.gradle @@ -219,13 +219,13 @@ task renderRR() { // // Hosting at manticore-projects.com is temporary until a better solution is found // Please do not use these files without Gunther's permission - download { + download.run { src 'http://manticore-projects.com/download/convert.war' dest "$buildDir/rr/convert.war" overwrite false } - download { + download.run { src 'http://manticore-projects.com/download/rr.war' dest "$buildDir/rr/rr.war" overwrite false