@@ -0,0 +1,7 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
java {
|
||||
modularity.inferModulePath = true
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
open module net.woggioni.jwo.test.module {
|
||||
exports my.test.resource;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package my.test.resource;
|
||||
|
||||
public class Foo {
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
test
|
||||
Reference in New Issue
Block a user