diff --git a/tutorials/Native_distributions_and_local_execution/README.md b/tutorials/Native_distributions_and_local_execution/README.md index 317de052ac..3c1946d4bb 100755 --- a/tutorials/Native_distributions_and_local_execution/README.md +++ b/tutorials/Native_distributions_and_local_execution/README.md @@ -600,7 +600,7 @@ buildscript { // Define task to obfuscate the JAR and output to .min.jar tasks.register("obfuscate") { - val packageUberJarForCurrentOS by getting + val packageUberJarForCurrentOS by tasks.getting dependsOn(packageUberJarForCurrentOS) val files = packageUberJarForCurrentOS.outputs.files injars(files)