Skip to content

Commit be72f98

Browse files
dr0iblackwinter
andauthored
Update metafix-runner/build.gradle
Co-authored-by: Jens Wille <[email protected]>
1 parent ffa5b7a commit be72f98

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

metafix-runner/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ plugins {
44

55
application
66
startScripts {
7-
doLast {
8-
def winScriptFile = file getWindowsScript()
9-
def winFileText = winScriptFile.text
10-
winFileText = winFileText.replaceAll('set CLASSPATH=.*', 'rem original CLASSPATH declaration replaced, see https://github.com/metafacture/metafacture-fix/issues/371:\nset CLASSPATH=%APP_HOME%\\\\lib\\\\\\*')
11-
winScriptFile.text = winFileText
12-
}
7+
// See https://github.com/metafacture/metafacture-fix/issues/371
8+
classpath = files('*')
139
}
1410

1511
dependencies {

0 commit comments

Comments
 (0)