We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e9baa commit 0efea4bCopy full SHA for 0efea4b
build.gradle
@@ -69,7 +69,8 @@ application {
69
def windows = getWindowsScript()
70
def unix = getUnixScript()
71
windows.text = windows.text.replaceFirst('set APP_HOME=.*', '$0\r\nset WORKING_DIR=%CD%')
72
- unix.text = unix.text.replaceFirst('\nAPP_HOME=.*', '$0\nexport APP_HOME\nexport WORKING_DIR=\\$(pwd -P)')
+ unix.text = unix.text.replaceFirst('\nCLASSPATH=.*',
73
+ '$0\n\nexport APP_HOME\nexport WORKING_DIR=\\$(pwd -P)')
74
}
75
76
0 commit comments