Skip to content

Commit

Permalink
Include the directive in already existing 'application' block (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Nov 7, 2024
1 parent be72f98 commit c8b280f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions metafix-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ plugins {
id 'application'
}

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

dependencies {
implementation project(':metafix')

Expand Down Expand Up @@ -54,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('*')
}
}

0 comments on commit c8b280f

Please sign in to comment.