michaelknigge/pcldumper

Possibility of making a prebuilt/release jar available

Opened this issue · 0 comments

Hello, I came across pcldump and pclbox today, really neat - thanks for publishing this

I was curious and wanted to try them out but noticed the build failed, seemingly due to JFrog restricting the availability of some build system dependency. With --debug --stacktrace, I see this:

12:40:50.049 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.0/gradle-bintray-plugin-1.7.0.pom'.

I confirmed that returns a 403, presumably because of what was mentioned in item #2

Would you be willing to make pre-built/release jar files for pcldumper and pclbox available for the master branches?

To be clear, I'm not asking that you subvert any terms JFrog may have in place. I'm suggesting a pre-built jar as I believe (please correct me) JFrog is only providing you (the developer) with build-time tools/infrastructure, not any sort of runtime libraries

Anyway, if you have time to do this, it would be great!