Gradle version bump to 8.1

This commit is contained in:
2023-04-21 09:24:24 +08:00
parent 969b0075f6
commit 809a6c9408
6 changed files with 18 additions and 11 deletions

View File

@@ -1,14 +1,14 @@
plugins {
id 'application'
alias(catalog.plugins.envelope)
}
application {
mainClassName = 'net.woggioni.wson.benchmark.Main'
applicationDefaultJvmArgs = ['-Xmx8G']
envelopeJar {
mainClass = 'net.woggioni.wson.benchmark.Main'
}
run {
commandLine
envelopeRun {
jvmArgs = ['-Xmx8G']
args = ['jacksonBenchmark', 'worthJsonBenchmark', 'worthJbonBenchmark', 'antlrBenchmark']
}
dependencies {