mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

deprecation warning: The baseName property has been deprecated #848

Open epeee opened 5 years ago

epeee commented 5 years ago

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

mockitoguy commented 4 years ago

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

epeee commented 4 years ago

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

Bukama commented 4 years ago

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

Hey everyone, any progress here?