Skip to content

Commit 443f60a

Browse files
committed
Fix missed manifest value
1 parent 283a6fc commit 443f60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks.jar {
3232
mapOf(
3333
"Implementation-Title" to project.name,
3434
"Implementation-Version" to project.version,
35-
"Compiled-Spring-Version" to libs.spring.boot.web.get().versionConstraint.preferredVersion
35+
"Compiled-Spring-Boot-Version" to libs.versions.spring.boot.version.get()
3636
)
3737
)
3838
}

0 commit comments

Comments
 (0)