Compare commits

..

1 Commits

Author SHA1 Message Date
zxq5 3dc064fab6 fixed build
build / build (push) Failing after 3m36s
2026-07-13 23:38:19 +01:00
+3 -1
View File
@@ -85,7 +85,9 @@ tasks.jar {
} }
} }
tasks.named<Jar>("sourcesJar") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
// configure the maven publication // configure the maven publication
publishing { publishing {