Skip to content

Commit 3428c7f

Browse files
committed
Tweaks.
1 parent 6a4636e commit 3428c7f

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
@@ -33,7 +33,7 @@ java {
3333
tasks.named("build") {
3434
doLast {
3535
copy {
36-
from("$rootDir/publishing/java-string-compressor-1.2.0.pom")
36+
from("$rootDir/publishing/java-string-compressor-$version.pom")
3737
into(layout.buildDirectory.dir("libs"))
3838
}
3939
}

0 commit comments

Comments
 (0)