mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
rework for 1.21, and it works!
This commit is contained in:
@ -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" }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user