temporary commit2
This commit is contained in:
12
wcfg-cli/build.gradle
Normal file
12
wcfg-cli/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
alias(catalog.plugins.envelope)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation catalog.picocli
|
||||
implementation project(':wcfg')
|
||||
}
|
||||
|
||||
envelopeJar {
|
||||
mainClass = 'net.woggioni.wson.wcfg.cli.Main'
|
||||
}
|
3
wcfg-cli/src/main/java/module-info.java
Normal file
3
wcfg-cli/src/main/java/module-info.java
Normal file
@@ -0,0 +1,3 @@
|
||||
module net.woggioni.wson.wcfg.cli {
|
||||
requires net.woggioni.wson.wcfg;
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
package net.woggioni.wson.wcfg.cli;
|
||||
|
||||
public class Main {
|
||||
public void main(String[] args) {
|
||||
System.out.println();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user