added jpms url protocol

This commit is contained in:
2025-01-09 20:44:23 +08:00
parent 01d5b1462c
commit 09ea0e78fd
14 changed files with 49 additions and 228 deletions

View File

@@ -10,7 +10,6 @@ plugins {
dependencies {
compileOnly project(':gbcs-api')
compileOnly catalog.slf4j.api
api catalog.jwo
}
tasks.named(JavaPlugin.COMPILE_JAVA_TASK_NAME, JavaCompile) {