Skip to content

Commit 03b702f

Browse files
committed
Fix Gradle deprecation warning: version → archiveVersion
1 parent 346f498 commit 03b702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
2828

2929
jar {
3030
manifest {
31-
attributes 'Implementation-Title': title, 'Implementation-Version': version
31+
attributes 'Implementation-Title': title, 'Implementation-Version': archiveVersion
3232
}
3333
}
3434

0 commit comments

Comments
 (0)