Migrate to com.vanniktech.maven.publish publish plugin, update gradle, publish to maven central.
Some checks are pending
Gradle CI / build (push) Waiting to run

This commit is contained in:
2025-04-06 15:22:12 +02:00
parent 6f37c879c2
commit a5e7963412

View File

@@ -137,7 +137,3 @@ mavenPublishing {
}
}
}
tasks.withType<PublishToMavenRepository> {
dependsOn(tasks.withType<Sign>())
}