1. buildVersion 수정

This commit is contained in:
Administrator
2022-05-31 05:24:53 +00:00
parent cf2bc2b986
commit bb8850ae9c

View File

@@ -113,7 +113,7 @@ dependencies {
bootJar {
enabled = true
baseName = "${cnf.outName}"
version = "1.0-${cnf.version}"
version = "${cnf.version}"
}
bootWar {