temporary commit2
This commit is contained in:
@@ -2,11 +2,6 @@ plugins {
|
||||
id 'maven-publish'
|
||||
alias catalog.plugins.envelope
|
||||
alias catalog.plugins.kotlin.jvm
|
||||
alias catalog.plugins.multi.release.jar
|
||||
}
|
||||
|
||||
ext {
|
||||
setProperty('jpms.module.name', 'net.woggioni.wson.cli')
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -21,16 +16,6 @@ envelopeJar {
|
||||
mainModule = 'net.woggioni.wson.cli'
|
||||
}
|
||||
|
||||
java {
|
||||
modularity.inferModulePath = true
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions.with {
|
||||
jvmTarget = '1.8'
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
@@ -44,8 +29,3 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('listConfigurations') {
|
||||
configurations.each {
|
||||
println(it.name)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user