switch to lys catalog

This commit is contained in:
2022-08-28 12:05:56 +08:00
parent 6c19886369
commit 1a17f5ce22
5 changed files with 32 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'application'
alias(catalog.plugins.envelope)
}
repositories {
@@ -10,7 +10,7 @@ dependencies {
implementation project(':')
}
application {
envelopeJar {
mainClass = 'net.woggioni.jwo.benchmark.Main'
}