mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Support for Concrete v0.15.0 that allows extended items.
This commit is contained in:
@ -19,3 +19,11 @@ tasks.jar {
|
||||
tasks.assemble {
|
||||
dependsOn("shadowJar")
|
||||
}
|
||||
|
||||
concreteItem {
|
||||
type.set("tool")
|
||||
|
||||
fileInclusion {
|
||||
tasks.shadowJar.get().outputs.files.associateWith { "tool-jar" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user