mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-03 13:11:33 +00:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":other-library"))
|
|
implementation(project(":bukkit-plugins:common-library"))
|
|
}
|