We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7150220 commit dbbb005Copy full SHA for dbbb005
build.gradle.kts
@@ -680,7 +680,6 @@ tasks.register("upload") {
680
tasks.register<Exec>("nsight") {
681
dependsOn("processResources", "compileKotlin", "compileJava")
682
// thanks: https://hub.jmonkeyengine.org/t/gradle-nvidia-nsight-graphics/48130
683
- group = "application"
684
val run = tasks.named<JavaExec>("run").get()
685
val home = run.javaLauncher.get().metadata.installationPath.asFile.absolutePath
686
0 commit comments