added Wcfg file parser and CLI

This commit is contained in:
2023-10-30 22:30:00 +08:00
parent b7d00d9d9c
commit 9cb37790c2
45 changed files with 1445 additions and 219 deletions

View File

@@ -1,5 +1,6 @@
plugins {
alias(catalog.plugins.envelope)
id 'me.champeau.jmh' version '0.7.1'
}
envelopeJar {
@@ -21,4 +22,15 @@ dependencies {
implementation catalog.jackson.databind
runtimeOnly project(':test-utils')
jmhAnnotationProcessor catalog.lombok
}
jmh {
threads = 1
iterations = 2
fork = 1
warmupIterations = 1
warmupForks = 0
resultFormat = 'JSON'
}