Skip to content

Commit 1a7dd30

Browse files
authored
Merge pull request #86 from evanuk/1.0.6-release
Use the default Gradle configuration for the java canary
2 parents ee542a6 + c3a4cd3 commit 1a7dd30

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)