clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
469 stars 114 forks source link

Update Gradle dependency notation #803

Closed JohnnyJayJay closed 3 years ago

JohnnyJayJay commented 3 years ago

This PR updates the dependency notation to be \ implementation("group:artifact:version")\ instead of\ compile 'group:artifact:version'.

Why?

tobias commented 3 years ago

Thanks for updating this! I'll get this out in the next release.