We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f336fc commit 0b55190Copy full SHA for 0b55190
build.gradle
@@ -68,7 +68,9 @@ ext {
68
69
dependencies {
70
compileOnly project.deps.gocdPluginApi
71
- implementation 'com.google.code.gson:gson:2.13.2'
+ implementation('com.google.code.gson:gson:2.13.2') {
72
+ exclude(module: 'error_prone_annotations') // Not needed at runtime
73
+ }
74
75
testImplementation project.deps.gocdPluginApi
76
testImplementation platform('org.junit:junit-bom:6.0.2')
0 commit comments