Skip to content

Commit 0d29d37

Browse files
committed
🚑️(build) 版本号注入错误
1 parent 7f27742 commit 0d29d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ tasks {
110110
println(archiveFile.get())
111111
}
112112
}
113-
processResources {
113+
withType<ProcessResources>().configureEach {
114114
exclude("META-INF")
115115
expand("version" to loaderVersion)
116116
}

0 commit comments

Comments
 (0)