mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-30 20:56:41 +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:
@ -6,14 +6,19 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api 'io.projectreactor:reactor-core:3.5.4'
|
||||
api 'org.reflections:reflections:0.10.2'
|
||||
library 'io.projectreactor:reactor-core:3.5.4'
|
||||
library 'io.github.classgraph:classgraph:4.8.162'
|
||||
api 'org.slf4j:slf4j-api:1.7.36'
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.9.1')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
}
|
||||
|
||||
bukkit {
|
||||
main = "fns.patchwork.base.Patchwork"
|
||||
description = "The Core of Freedom Network Suite"
|
||||
}
|
||||
|
||||
var weight = 1
|
||||
|
||||
test {
|
||||
|
Reference in New Issue
Block a user