Skip to content
New issue

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

3.1.1-BUILD-SNAPSHOT artefacts not available in repo.grails.org #28

Open
robertoschwald opened this issue Jul 1, 2019 · 4 comments
Open

Comments

@robertoschwald
Copy link

There seems to be a problem with the 3.1.1-BUILD-SNAPSHOT artefacts on

https://repo.grails.org/grails/core/org/grails/plugins/spring-security-cas/3.1.1.BUILD-SNAPSHOT/

All of them cause a 404 error.

{
   "errors": [
   {
      "status": 404,
      "message": "Artifact not found: org/grails/plugins/spring-security-cas/3.1.1.BUILD-SNAPSHOT/spring-security-cas-3.1.1.BUILD-20171003.112141-1.jar"
   }]
}
@kastork
Copy link

kastork commented Aug 13, 2019

+1

Grails 4 adoption is impacted by this.

@robertoschwald
Copy link
Author

Anyone?

@robertoschwald
Copy link
Author

robertoschwald commented Nov 5, 2019

As no one is currently taking care of this ticket, here is a workaround for all hit by this problem:

Add to the repositories block in build.gradle:

  maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // For Spring-Security-CAS 3.1.1-BUILD-SNAPSHOT due to https://github.com/grails-plugins/grails-spring-security-cas/issues/28

@RandomJ
Copy link

RandomJ commented Jun 29, 2021

Any chance someone has an updated repo location? It looks like jfrog removed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants