Skip to content

Commit 6284eab

Browse files
committed
Merge #382 from branch '371-classpathOfRunnerTooLongOnWindows' of github.com:metafacture/metafacture-fix
2 parents 3bb2b28 + a2fbff1 commit 6284eab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metafix-runner/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,10 @@ application {
4848
"-XX:StartFlightRecording=dumponexit=true,filename=${file}.jfr,settings=profile"
4949
]
5050
}
51+
52+
startScripts {
53+
// See https://github.com/metafacture/metafacture-fix/issues/371
54+
classpath = files('*')
55+
doNotTrackState('Accessing unreadable inputs is not supported.')
56+
}
5157
}

0 commit comments

Comments
 (0)