fix publish plugin

This commit is contained in:
2025-07-29 23:34:27 +02:00
parent a1078b1e79
commit 6bc006f7cb
4 changed files with 5 additions and 6 deletions

View File

@@ -74,7 +74,6 @@ publishing {
}
}
}
publications.create<MavenPublication>("mavenJava") { from(components["java"]) }
}
tasks {