8000 test setup · graphql-java/graphql-java@fe95c7f · GitHub
[go: up one dir, main page]

Skip to content

Commit fe95c7f

Browse files
committed
test setup
1 parent 2240385 commit fe95c7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)
0