added envelope jar for wson-cli
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module net.woggioni.wson.cli {
|
||||
requires kotlin.stdlib;
|
||||
requires kotlin.stdlib.jdk8;
|
||||
requires net.woggioni.wson;
|
||||
requires com.beust.jcommander;
|
||||
exports net.woggioni.wson.cli;
|
||||
|
||||
opens net.woggioni.wson.cli to com.beust.jcommander;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package net.woggioni.wson.cli;
|
||||
|
||||
public class Foo {
|
||||
}
|
||||
Reference in New Issue
Block a user