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