Skip to content

Commit c8b280f

Browse files
committed
Include the directive in already existing 'application' block (#371)
1 parent be72f98 commit c8b280f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

metafix-runner/build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ plugins {
22
id 'application'
33
}
44

5-
application
6-
startScripts {
7-
// See https://github.com/metafacture/metafacture-fix/issues/371
8-
classpath = files('*')
9-
}
10-
115
dependencies {
126
implementation project(':metafix')
137

@@ -54,4 +48,9 @@ application {
5448
"-XX:StartFlightRecording=dumponexit=true,filename=${file}.jfr,settings=profile"
5549
]
5650
}
51+
52+
startScripts {
53+
// See https://github.com/metafacture/metafacture-fix/issues/371
54+
classpath = files('*')
55+
}
5756
}

0 commit comments

Comments
 (0)