You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the latest version of the gradle plugin : 8.5.6
I encounter this warning:
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 org.gradle.api.tasks.bundling.AbstractArchiveTask.setVersion(AbstractArchiveTask.java:306)
at com.netflix.gradle.plugins.rpm.Rpm_Decorated.setVersion(Unknown Source)
at com.netflix.gradle.plugins.rpm.Rpm_Decorated.version(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
The text was updated successfully, but these errors were encountered:
Running the latest version of the gradle plugin : 8.5.6
I encounter this warning:
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 org.gradle.api.tasks.bundling.AbstractArchiveTask.setVersion(AbstractArchiveTask.java:306)
at com.netflix.gradle.plugins.rpm.Rpm_Decorated.setVersion(Unknown Source)
at com.netflix.gradle.plugins.rpm.Rpm_Decorated.version(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
The text was updated successfully, but these errors were encountered: