mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-03 13:11:33 +00:00
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-base")
|
|
}
|
|
|
|
concreteItem {
|
|
type.set("library")
|
|
fileInclusion {
|
|
tasks.jar.get().outputs.files.associateWith { "library-jar" }
|
|
}
|
|
}
|