Extensible manifest format.

This commit is contained in:
2023-03-13 15:49:00 -07:00
parent 0478616f34
commit df8f755ff7
12 changed files with 115 additions and 15 deletions

View File

@ -6,3 +6,7 @@ dependencies {
implementation(project(":other-library"))
implementation(project(":bukkit-plugins:common-library"))
}
concrete {
dependency(project(":bukkit-plugins:goodbye-world"))
}