Skip to content

Commit 91587d9

Browse files
committed
build(deps): remove unnecessary runtime dependencies
1 parent 6402ca4 commit 91587d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

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

7070
dependencies {
7171
compileOnly project.deps.gocdPluginApi
72-
implementation 'com.google.code.gson:gson:2.13.2'
72+
implementation('com.google.code.gson:gson:2.13.2') {
73+
exclude(module: 'error_prone_annotations') // Not needed at runtime
74+
}
7375

7476
testImplementation platform('org.junit:junit-bom:6.0.2')
7577
testImplementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)