We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b85a81 commit 9fb52f5Copy full SHA for 9fb52f5
1 file changed
build.gradle
@@ -77,7 +77,9 @@ subprojects { Project sub ->
77
78
dependencies {
79
compileOnly project.deps.gocdPluginApi
80
- implementation 'com.google.code.gson:gson:2.13.2'
+ implementation('com.google.code.gson:gson:2.13.2') {
81
+ exclude(module: 'error_prone_annotations') // Not needed at runtime
82
+ }
83
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
84
85
constraints {
0 commit comments