configure bukkit resource config properly

This commit is contained in:
dfsek 2022-11-15 21:09:16 -07:00
parent 12845a6004
commit 9b75410ea7

View File

@ -42,6 +42,7 @@ afterEvaluate {
forImmediateSubProjects(":platforms") {
configureDistribution()
}
project(":platforms:bukkit:common").configureDistribution()
forSubProjects(":common:addons") {
apply(plugin = "com.github.johnrengelman.shadow")