File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
instrumentation/quarkus-resteasy-reactive Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ val quarkusTestCompileOnlyConfiguration by configurations.creating {
4141val testModelPath = layout.buildDirectory.file(" quarkus-app-test-model.dat" ).get().asFile.toPath()
4242
4343val buildModel = tasks.register(" buildModel" ) {
44+ dependsOn(configurations.named(" testRuntimeClasspath" ))
45+
4446 if (testModelPath.notExists()) {
4547 doLast {
4648 val modelParameter = ModelParameterImpl ()
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ val quarkusTestCompileOnlyConfiguration by configurations.creating {
4848val testModelPath = layout.buildDirectory.file(" quarkus-app-test-model.dat" ).get().asFile.toPath()
4949
5050val buildModel = tasks.register(" buildModel" ) {
51+ dependsOn(configurations.named(" testRuntimeClasspath" ))
52+
5153 if (testModelPath.notExists()) {
5254 doLast {
5355 val modelParameter = ModelParameterImpl ()
You can’t perform that action at this time.
0 commit comments