From e649a28ebaba3388657db41e3aa17a880e678744 Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Thu, 30 Sep 2021 00:25:59 +0200 Subject: [PATCH] Revert "Fix deprecated variable names" This reverts commit a1d009b6 Go f*** yourself Gradle with your breaking changes. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ccfb810..9fdcf72 100644 --- a/build.gradle +++ b/build.gradle @@ -85,6 +85,6 @@ tasks.withType(CreateStartScripts).each { task -> distZip { doLast { - file("$destinationDirectory/$archiveFileName").renameTo("$destinationDirectory/$archiveBaseName-$archiveVersion-${javafxPlatform}.zip") + file("$destinationDir/$archiveName").renameTo("$destinationDir/$baseName-$version-${javafxPlatform}.zip") } }