BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.21k stars 231 forks source link

Lib is not building on Jitpack #182

Open scheffield opened 5 years ago

scheffield commented 5 years ago

Some bug fixes are not yet released and it would be nice to use a jitpack build of the library (https://jitpack.io/#BigBadaboom/androidsvg). However the builds recently are failing with

FAILURE: Build failed with an exception.

* Where:
Script '/home/jitpack/build/androidsvg/publish.gradle' line: 39

* What went wrong:
A problem occurred evaluating script.
> Could not get unknown property 'sonatypeUsername' for project ':androidsvg' of type org.gradle.api.Project.

See the log: https://jitpack.io/com/github/BigBadaboom/androidsvg/master-f84ebcf729-1/build.log

BigBadaboom commented 5 years ago

Thanks for the request.

When I get a chance I'll have a look at how I can rearrange the gradle files to allow jitpack to do a clean build.

AndreKR commented 1 year ago

This is still true, see https://jitpack.io/com/github/BigBadaboom/androidsvg/master-f4b4ae246b-1/build.log

Does that mean there's no way to get the latests bugfixes, specifically this one? Or is there another way besides jitpack and waiting for release 1.5?