We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ce01d commit 745f407Copy full SHA for 745f407
deployment/distribution/build.gradle.kts
@@ -58,6 +58,7 @@ tasks {
58
}
59
60
"startScripts"(CreateStartScripts::class) {
61
+ classpath = files(System.getProperty("app.home") + "/lib/*")
62
doLast {
63
unixScript.let {
64
it.writeText(it.readText().replace("SAMLCTK_APP_HOME", "\$APP_HOME"))
0 commit comments