Skip to content

Commit c3a4cd3

Browse files
author
Sam Evanuk
committed
Use the default gradle configuration for the java canary
We add no dependencies to the archives configuration, causing NoClassDefFoundErrors in the canary at runtime.
1 parent 053bba6 commit c3a4cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canarytests/agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation "software.amazon.awssdk:cloudwatch:2.13.54"
11-
implementation project(path:rootProject.path, configuration:'archives')
11+
implementation project(path:rootProject.path)
1212
implementation "org.apache.logging.log4j:log4j-api:2.13.3"
1313
implementation "org.apache.logging.log4j:log4j-core:2.13.3"
1414
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.13.3"

0 commit comments

Comments
 (0)