Skip to content

Commit

Permalink
Revert "Fix deprecated variable names"
Browse files Browse the repository at this point in the history
This reverts commit a1d009b
Go f*** yourself Gradle with your breaking changes.
  • Loading branch information
Brutus5000 committed Sep 29, 2021
1 parent 7421614 commit e649a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

0 comments on commit e649a28

Please sign in to comment.