added envelope jar for wson-cli

This commit is contained in:
2022-06-27 01:59:54 +08:00
parent d15172d41a
commit d6ba855001
17 changed files with 800 additions and 13 deletions

View File

@@ -19,8 +19,9 @@ allprojects {
maven {
url = "https://woggioni.net/mvn/"
content {
includeGroup 'net.woggioni'
includeGroup 'com.beust'
includeGroup 'com.lys'
includeGroup 'net.woggioni'
}
}
mavenCentral()
@@ -38,6 +39,14 @@ allprojects {
test {
useJUnitPlatform()
}
java {
modularity.inferModulePath = true
}
}
ext {
setProperty('jpms.module.name', 'net.woggioni.wson')
}
dependencies {
@@ -54,7 +63,6 @@ java {
}
compileJava {
options.release = 8
options.compilerArgs << '-parameters'
}