You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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: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!
The text was updated successfully, but these errors were encountered: