Ready for first release

This commit is contained in:
2026-08-09 23:13:04 +02:00
parent a90b2ebeca
commit 8494a1a9bb
9 changed files with 81 additions and 21 deletions
+6
View File
@@ -1,3 +1,5 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
plugins {
alias(libs.plugins.jvm)
application
@@ -40,4 +42,8 @@ kotlin {
freeCompilerArgs.add("-Xcontext-parameters")
optIn.add("kotlin.uuid.ExperimentalUuidApi")
}
}
tasks.withType<ShadowJar> {
archiveFileName = "phoebench-cli.jar"
}