Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ hypertracePublish {
license.set(APACHE_2_0)
}


val bundled by configurations.creating {
setTransitive(false);
}
Expand All @@ -38,7 +37,6 @@ configurations.implementation {
}

dependencies {
shadow(gradleApi())
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

declaring a shadow dependency on the local gradle api fails to publish as we can't bundle this. It also shouldn't be needed

shadow("com.github.davidmc24.gradle.plugin:gradle-avro-plugin:1.3.0")
// avro - compiler, tools
shadow("org.apache.avro:avro-compiler:1.11.1")
Expand Down