mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common-heimdall"))
|
|
compileOnly(project(":foundation-core"))
|
|
}
|