Skip to content

Commit a03e15e

Browse files
committed
Remove shadow from api-project as it doesnt use it
1 parent 9632f07 commit a03e15e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ dependencies {
1313
}
1414

1515
implementation ( plugin( libs.plugins.spotless ) )
16-
implementation ( plugin( libs.plugins.shadow ) )
1716
}

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref
1010
lombok = { module = "org.projectlombok:lombok", version = "1.18.32" }
1111

1212
[plugins]
13-
shadow = { id = "com.gradleup.shadow", version = "8.3.9" }
1413
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

0 commit comments

Comments
 (0)