mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
Migrate tests to stutter; bring compat down to 4.4.1
This commit is contained in:
@@ -40,7 +40,7 @@ application {
|
||||
}
|
||||
|
||||
tasks {
|
||||
named<CreateStartScripts>("startScripts") {
|
||||
startScripts {
|
||||
doLast {
|
||||
unixScript.writeText(unixScript.readText().replace("@APP_HOME@", "\$APP_HOME"))
|
||||
windowsScript.writeText(windowsScript.readText().replace("@APP_HOME@", "%APP_HOME%"))
|
||||
|
||||
Reference in New Issue
Block a user