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