Support for Concrete v0.15.0 that allows extended items.

This commit is contained in:
2023-03-16 17:52:08 -07:00
parent 3e50eb01a9
commit 01a520777e
8 changed files with 14 additions and 67 deletions

View File

@ -19,3 +19,11 @@ tasks.jar {
tasks.assemble {
dependsOn("shadowJar")
}
concreteItem {
type.set("tool")
fileInclusion {
tasks.shadowJar.get().outputs.files.associateWith { "tool-jar" }
}
}