2022-07-10 19:03:59 -04:00
|
|
|
plugins {
|
|
|
|
id("lgbt.mystic.foundation.concrete-plugin")
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":other-library"))
|
2022-07-10 19:35:50 -04:00
|
|
|
implementation(project(":bukkit-plugins:common-library"))
|
2022-07-10 19:03:59 -04:00
|
|
|
}
|