Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Set wildcard classpath for windows start batch #382

Merged
merged 4 commits into from
Nov 8, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions metafix-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ application {
"-XX:StartFlightRecording=dumponexit=true,filename=${file}.jfr,settings=profile"
]
}

startScripts {
// See https://github.com/metafacture/metafacture-fix/issues/371
classpath = files('*')
}
}
Loading