We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2240385 commit fe95c7fCopy full SHA for fe95c7f
1 file changed
agent/build.gradle
@@ -19,6 +19,9 @@ java {
19
languageVersion = JavaLanguageVersion.of(11)
20
}
21
22
+
23
+// making sure the fat jar is build when running tests
24
+// so that the agent-test module can load it during tests
25
tasks.named('test', Test) {
26
dependsOn('shadowJar')
27
0 commit comments