Skip to content

Commit bb76c2c

Browse files
committed
NON-ISSUE Remove deprecated .version use.
Follow following warn. ``` The AbstractArchiveTask.version property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveVersion property instead. See https://docs.gradle.org/6.2.1/dsl/org.gradle.api.tasks.bundling.AbstractArchiveTask.html#org.gradle.api.tasks.bundling.AbstractArchiveTask:version for more details. at build_5hsvdzfhp8obnj4emhy3khp5l$_run_closure2$_closure9$_closure28.doCall(/Users/kazuki-ma/dev/src/github.com/line/line-bot-sdk-java/build.gradle:146) (Run with --stacktrace to get the full stack trace of this deprecation warning.) ```
1 parent 493d6e3 commit bb76c2c

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
@@ -144,7 +144,7 @@ subprojects {
144144
jar {
145145
manifest {
146146
attributes 'Implementation-Title': project.name,
147-
'Implementation-Version': version
147+
'Implementation-Version': archiveVersion
148148
}
149149
}
150150

0 commit comments

Comments
 (0)