This commit is contained in:
7
jwo-test-module/build.gradle
Normal file
7
jwo-test-module/build.gradle
Normal file
@@ -0,0 +1,7 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
java {
|
||||
modularity.inferModulePath = true
|
||||
}
|
3
jwo-test-module/src/main/java/module-info.java
Normal file
3
jwo-test-module/src/main/java/module-info.java
Normal file
@@ -0,0 +1,3 @@
|
||||
open module net.woggioni.jwo.test.module {
|
||||
exports my.test.resource;
|
||||
}
|
4
jwo-test-module/src/main/java/my/test/resource/Foo.java
Normal file
4
jwo-test-module/src/main/java/my/test/resource/Foo.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package my.test.resource;
|
||||
|
||||
public class Foo {
|
||||
}
|
@@ -0,0 +1 @@
|
||||
test
|
Reference in New Issue
Block a user