Skip to content

Commit

Permalink
Merge #382 from branch '371-classpathOfRunnerTooLongOnWindows' of git…
Browse files Browse the repository at this point in the history
…hub.com:metafacture/metafacture-fix
  • Loading branch information
dr0i committed Nov 8, 2024
2 parents 3bb2b28 + a2fbff1 commit 6284eab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions metafix-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,10 @@ application {
"-XX:StartFlightRecording=dumponexit=true,filename=${file}.jfr,settings=profile"
]
}

startScripts {
// See https://github.com/metafacture/metafacture-fix/issues/371
classpath = files('*')
doNotTrackState('Accessing unreadable inputs is not supported.')
}
}

0 comments on commit 6284eab

Please sign in to comment.