We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inside the build.gradle you are referencing the following URL: https://api.bintray.com/packages/jfrog/artifactory-pro/jfrog-artifactory-pro-zip
Here: https://github.com/jfrog/artifactory-user-plugins-devenv/blob/master/build.gradle#L55
This URL is not available anymore. Can you provide an updated URL please?
Also when fixing the version in gradle.properties, the download URL for the ZIP is not valid:
gradle.properties
https://github.com/jfrog/artifactory-user-plugins-devenv/blob/master/build.gradle#L82
E.g., with version 7.35.2 the URL will be: https://dl.bintray.com/jfrog/artifactory-pro/org/artifactory/pro/jfrog-artifactory-pro/7.35.2/jfrog-artifactory-pro-7.35.2.zip
7.35.2
But this is not available.
This one is working:
https://releases.jfrog.io/artifactory/artifactory-pro/org/artifactory/pro/jfrog-artifactory-pro/7.35.2/jfrog-artifactory-pro-7.35.2-linux.tar.gz
(but needs a bit of adaption of the build.gradle script)
And then, still the scripts fail because the directory structure completely changed.
Can you consider updating the scripts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inside the build.gradle you are referencing the following URL:
https://api.bintray.com/packages/jfrog/artifactory-pro/jfrog-artifactory-pro-zip
Here:
https://github.com/jfrog/artifactory-user-plugins-devenv/blob/master/build.gradle#L55
This URL is not available anymore.
Can you provide an updated URL please?
Also when fixing the version in
gradle.properties
, the download URL for the ZIP is not valid:https://github.com/jfrog/artifactory-user-plugins-devenv/blob/master/build.gradle#L82
E.g., with version
7.35.2
the URL will be:https://dl.bintray.com/jfrog/artifactory-pro/org/artifactory/pro/jfrog-artifactory-pro/7.35.2/jfrog-artifactory-pro-7.35.2.zip
But this is not available.
This one is working:
https://releases.jfrog.io/artifactory/artifactory-pro/org/artifactory/pro/jfrog-artifactory-pro/7.35.2/jfrog-artifactory-pro-7.35.2-linux.tar.gz
(but needs a bit of adaption of the build.gradle script)
And then, still the scripts fail because the directory structure completely changed.
Can you consider updating the scripts?
The text was updated successfully, but these errors were encountered: