dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

Version 0.3.0 is not resolving. #35

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

I published 0.3.0 2.5 hours ago and it's not showing up on Maven Central yet. Hopefully it will show up soon here: https://repo.maven.apache.org/maven2/com/dropbox/dependency-guard/dependency-guard/

Workarounds: Use version 0.2.0 which is stable and available. Also, if you need the latest functionality in 0.3.0, you can use 0.3.1-SNAPSHOT. Note: You need to use the snapshot maven repo: maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" }

I'll look into it more next week after the long vacation.

handstandsam commented 2 years ago

It finally showed up this AM! Closing.