Skip to content

Commit 06af1e2

Browse files
fix: publish broken (#12)
1 parent c73101f commit 06af1e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ hypertracePublish {
2828
license.set(APACHE_2_0)
2929
}
3030

31-
3231
val bundled by configurations.creating {
3332
setTransitive(false);
3433
}
@@ -38,7 +37,6 @@ configurations.implementation {
3837
}
3938

4039
dependencies {
41-
shadow(gradleApi())
4240
shadow("com.github.davidmc24.gradle.plugin:gradle-avro-plugin:1.3.0")
4341
// avro - compiler, tools
4442
shadow("org.apache.avro:avro-compiler:1.11.1")

0 commit comments

Comments
 (0)