Skip to content

Commit

Permalink
Update metafix-runner/build.gradle
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Wille <[email protected]>
  • Loading branch information
dr0i and blackwinter authored Nov 7, 2024
1 parent ffa5b7a commit be72f98
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions metafix-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ plugins {

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

dependencies {
Expand Down

0 comments on commit be72f98

Please sign in to comment.