shipkit icon indicating copy to clipboard operation
shipkit copied to clipboard

deprecation warning: The baseName property has been deprecated

Open epeee opened this issue 6 years ago • 3 comments

while using gradle 6.0-rc-1, see

The baseName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveBaseName property instead.
        at org.gradle.api.tasks.bundling.AbstractArchiveTask.getBaseName(AbstractArchiveTask.java:220)
        at org.gradle.api.tasks.bundling.Jar_Decorated.getBaseName(Unknown Source)
        at org.shipkit.internal.gradle.java.ComparePublicationsPlugin.getBasePreviousVersionArtifactPath(ComparePublicationsPlugin.java:122)
        at org.shipkit.internal.gradle.java.ComparePublicationsPlugin.apply(ComparePublicationsPlugin.java:63)
        at org.shipkit.internal.gradle.java.ComparePublicationsPlugin.apply(ComparePublicationsPlugin.java:46)
        at org.gradle.api.internal.plugins.ImperativeOnlyPluginTarget.applyImperative(ImperativeOnlyPluginTarget.java:43)

for details

epeee avatar Oct 19 '19 06:10 epeee

Thanks for reporting! @epeee, do you want to take a stab at it?

mockitoguy avatar Feb 07 '20 22:02 mockitoguy

@mockitoguy yep, I will have a look at it.

epeee avatar Feb 09 '20 17:02 epeee

@mockitoguy yep, I will have a look at it.

Hey everyone, any progress here?

Bukama avatar Jun 03 '20 16:06 Bukama