mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":common-all"))
|
|
implementation(project(":common-plugin"))
|
|
compileOnly(project(":foundation-shared"))
|
|
}
|
|
|
|
concreteItem {
|
|
dependency(project(":foundation-core"))
|
|
}
|