switch to lys-dependencies

This commit is contained in:
2022-06-25 12:37:24 +08:00
parent a15a81db1b
commit d15172d41a
8 changed files with 214 additions and 165 deletions

View File

@@ -5,9 +5,9 @@ plugins {
}
dependencies {
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: getProperty('version.kotlin')
implementation group: 'com.beust', name: 'jcommander', version: getProperty('version.jcommander')
implementation group: "org.slf4j", name: "slf4j-simple", version: getProperty('version.slf4j')
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: getProperty('kotlin.version')
implementation group: 'com.beust', name: 'jcommander'
implementation group: "org.slf4j", name: "slf4j-simple"
implementation rootProject
}