added reflection for appliance loading, extended logging and error handling

This commit is contained in:
2024-09-27 11:07:33 +02:00
parent d66996bc73
commit e5ff3d36fa
2 changed files with 33 additions and 75 deletions

View File

@ -26,6 +26,7 @@ dependencies {
compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'org.reflections:reflections:0.10.2'
}
def targetJavaVersion = 21