GoogleCloudPlatform / artifact-registry-maven-tools

Apache License 2.0
22 stars 23 forks source link

Support for Gradle 7 #52

Closed Infeligo closed 2 years ago

Infeligo commented 2 years ago

Currently this plugin does not work with Gradle 7 due to issues fixed in current snapshot by this commit. I am using current snapshot without any problems, but this adds all the hassle of local build, adding local plugin repo, etc.

Can you release version 2.1.2 so that this fix would be available without any additional steps?

lindsayismith commented 2 years ago

Hi Mihhail,

We will release a version soon, thanks for testing the fix.

jkschneider commented 2 years ago

@lindsayismith Any chance that patch release could be finalized? Thanks!

yihanzhen commented 2 years ago

Sorry for the delay - 2.1.2 here: https://plugins.gradle.org/plugin/com.google.cloud.artifactregistry.gradle-plugin

Please let us know if the fix helped! I'll close the issue, but feel free to continue to comment here.

msm commented 2 years ago

Confirmed working for me on gradle 7.1.1, thanks!