Skip to content

Commit fe95c7f

Browse files
committed
test setup
1 parent 2240385 commit fe95c7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

agent/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ java {
1919
languageVersion = JavaLanguageVersion.of(11)
2020
}
2121
}
22+
23+
// making sure the fat jar is build when running tests
24+
// so that the agent-test module can load it during tests
2225
tasks.named('test', Test) {
2326
dependsOn('shadowJar')
2427
}

0 commit comments

Comments
 (0)