Skip to content

Commit 0b55190

Browse files
committed
build(deps): remove unnecessary runtime dependencies
1 parent 4f336fc commit 0b55190

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
@@ -68,7 +68,9 @@ ext {
6868

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

7375
testImplementation project.deps.gocdPluginApi
7476
testImplementation platform('org.junit:junit-bom:6.0.2')

0 commit comments

Comments
 (0)