fixed build
build / build (push) Has been cancelled

This commit is contained in:
2026-07-01 19:39:59 +01:00
parent 1c1362d6ea
commit 4536bc7304
3 changed files with 3 additions and 16 deletions
+3
View File
@@ -78,11 +78,14 @@ tasks.jar {
val projectName = project.name
inputs.property("projectName", projectName)
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from("LICENSE") {
rename { "${it}_$projectName" }
}
}
// configure the maven publication
publishing {
publications {