We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856a86d commit 9e52e61Copy full SHA for 9e52e61
build.gradle.kts
@@ -1,6 +1,5 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
import org.springframework.boot.gradle.tasks.bundling.BootJar
3
-import org.springframework.boot.gradle.tasks.bundling.BootWar
4
5
plugins {
6
alias(libs.plugins.jvm)
@@ -45,7 +44,7 @@ allprojects {
45
44
apply(plugin = "jacoco")
46
47
group = "cc.unitmesh"
48
- version = "0.0.8"
+ version = "0.0.9"
49
50
repositories {
51
mavenCentral()
0 commit comments