rework for 1.21, and it works!

This commit is contained in:
Alex Zenla
2025-04-10 21:42:29 -07:00
parent abd0a47424
commit c0499c0b58
20 changed files with 80 additions and 63 deletions

View File

@ -1,6 +1,6 @@
plugins {
id("gay.pizza.foundation.concrete-base")
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
}
dependencies {
@ -24,6 +24,6 @@ concreteItem {
type.set("tool")
fileInclusion {
tasks.shadowJar.get().outputs.files.associateWith { "tool-jar" }
tasks.getByName("shadowJar").outputs.files.associateWith { "tool-jar" }
}
}