mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-28 04:06:40 +00:00
Port to ClassGraph (#30)
* Port to ClassGraph * Migrate to Minecrell plugin-yml This allows us to load libraries at runtime instead of using shading & creating massive JAR files. * Fix constructor modifiers of cake command * Fix improper usage of CommandMap
This commit is contained in:
@ -20,6 +20,11 @@ dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
}
|
||||
|
||||
bukkit {
|
||||
main = "fns.cladis.Cladis"
|
||||
description = "Network Manager integration for the Freedom Network Suite."
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
Reference in New Issue
Block a user