fix publish plugin

This commit is contained in:
2025-07-29 23:39:29 +02:00
parent 69a73a228b
commit 2862ead9fc
3 changed files with 3 additions and 4 deletions

View File

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