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
When using
apply from: "http://dl.bintray.com/scalding/generic/waroverlay.gradle"
in your build.gradle script, HTTP response code 403 is returned:
> Could not read script 'http://dl.bintray.com/scalding/generic/waroverlay.gradle'. > Server returned HTTP response code: 403 for URL: http://dl.bintray.com/scalding/generic/waroverlay.gradle
The text was updated successfully, but these errors were encountered:
https://blog.gradle.org/jcenter-shutdown
Bintray has shutdown, same problem occurs when you try to build Apereo CAS from source.
Sorry, something went wrong.
You can replace
with
buildscript { repositories { jcenter() } dependencies { classpath "org.scaldingspoon.gradle:gradle-waroverlay-plugin:0.9.3" } } apply plugin: 'waroverlay'
instead.
I have tried it, at least it's able to build cas.war for Apereo CAS.
cas.war
No branches or pull requests
When using
apply from: "http://dl.bintray.com/scalding/generic/waroverlay.gradle"
in your build.gradle script, HTTP response code 403 is returned:
> Could not read script 'http://dl.bintray.com/scalding/generic/waroverlay.gradle'.
> Server returned HTTP response code: 403 for URL: http://dl.bintray.com/scalding/generic/waroverlay.gradle
The text was updated successfully, but these errors were encountered: