Files
jwo/jwo-test-module/build.gradle
Walter Oggioni 89817c5624
All checks were successful
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
}