diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 599c0a7..007e666 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,6 +60,8 @@ tasks.jar { } tasks.register("createShellScript") { + group = "build" + description = "Creates a Unix shell script to run the bounding-box as an executable (e.g. ./bounding-box)" outputFile.set(layout.buildDirectory.file("libs/bounding-box")) outputs.upToDateWhen { false } }