Him188 / maven-central-publish

Configure publication to Maven Central for Gradle projects with minimal effort.
Apache License 2.0
24 stars 6 forks source link

Breaking change in gradle `8.0` #20

Open ennioVisco opened 1 year ago

ennioVisco commented 1 year ago

Classifier property was deprecated since gradle 5.1 and has been removed in gradle 8.0. See https://github.com/ConsenSys/teku/issues/6825

Olivki commented 1 year ago

Having the same issue, would love to see this fixed, as gradle 8.0 introduced fixes for issues when using versioning catalogs.