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'
|
||||
}
|
Reference in New Issue
Block a user