JakeWharton / timber

A logger with a small, extensible API which provides utility on top of Android's normal Log class.
https://jakewharton.github.io/timber/docs/5.x/
Apache License 2.0
10.41k stars 959 forks source link

Use gradle maven publish plugin #418

Closed eygraber closed 3 years ago

eygraber commented 3 years ago

There was something broken with the existing gradle-mvn-push file and I couldn't figure out what it was. This seems like an easier solution.

Someone with the correct permissions (@JakeWharton ?) needs to add the secrets to the repo.

jrodbx commented 3 years ago

To decouple this from the other PRs, simply bump to Gradle 6.6 and run ./gradlew wrapper.

eygraber commented 3 years ago

Done