new item builder kinda works. making sure everything is moved across, then i gotta start on the new set
build / build (push) Failing after 3m33s

This commit is contained in:
2026-07-08 00:34:10 +01:00
parent 08c1800cac
commit 5f6350943e
26 changed files with 458 additions and 99 deletions
+2 -1
View File
@@ -49,6 +49,7 @@ tasks.processResources {
val version = version
inputs.property("version", version)
duplicatesStrategy = DuplicatesStrategy.INCLUDE
filesMatching("fabric.mod.json") {
expand("version" to version)
}
@@ -78,7 +79,7 @@ tasks.jar {
val projectName = project.name
inputs.property("projectName", projectName)
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
duplicatesStrategy = DuplicatesStrategy.INCLUDE
from("LICENSE") {
rename { "${it}_$projectName" }
}