Files
jwo/jwo-test-module/build.gradle
T
woggioni 89817c5624
CI / build (push) Successful in 1m41s
added JPMS URL stream handler
2025-01-09 16:13:38 +08:00

8 lines
82 B
Groovy

plugins {
id 'java-library'
}
java {
modularity.inferModulePath = true
}