Files
concrete/samples/mixed/bukkit-plugins/hello-world/build.gradle.kts

13 lines
248 B
Plaintext

plugins {
id("gay.pizza.foundation.concrete-plugin")
}
dependencies {
implementation(project(":other-library"))
implementation(project(":bukkit-plugins:common-library"))
}
concrete {
dependency(project(":bukkit-plugins:goodbye-world"))
}