Skip to content

Commit 412a57b

Browse files
committed
Remove dependencies not needed at runtime
1 parent 0ac7f32 commit 412a57b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gocd-filebased-authentication-plugin/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ ext {
2424

2525
dependencies {
2626
compileOnly project.deps.gocdPluginApi
27-
implementation 'com.google.code.gson:gson:2.13.2'
27+
implementation('com.google.code.gson:gson:2.13.2') {
28+
exclude module: 'error_prone_annotations'
29+
}
2830
implementation project(':bcrypt')
2931

3032
testImplementation project.deps.gocdPluginApi

0 commit comments

Comments
 (0)