Skip to content

Commit 9fb52f5

Browse files
committed
build(deps): remove unnecessary runtime dependencies
1 parent 9b85a81 commit 9fb52f5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ subprojects { Project sub ->
7777

7878
dependencies {
7979
compileOnly project.deps.gocdPluginApi
80-
implementation 'com.google.code.gson:gson:2.13.2'
80+
implementation('com.google.code.gson:gson:2.13.2') {
81+
exclude(module: 'error_prone_annotations') // Not needed at runtime
82+
}
8183
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
8284

8385
constraints {

0 commit comments

Comments
 (0)