Fix issue on proguard example (#1780)

This commit is contained in:
Sebastian
2022-02-03 08:57:01 +01:00
committed by GitHub
parent 0c30a3e2af
commit ef0ed6c447

View File

@@ -600,7 +600,7 @@ buildscript {
// Define task to obfuscate the JAR and output to <name>.min.jar
tasks.register<ProGuardTask>("obfuscate") {
val packageUberJarForCurrentOS by getting
val packageUberJarForCurrentOS by tasks.getting
dependsOn(packageUberJarForCurrentOS)
val files = packageUberJarForCurrentOS.outputs.files
injars(files)