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

Fix build https error #11

Open
wants to merge 1 commit into
base: v6.3.x
Choose a base branch
from
Open

Conversation

mboudet
Copy link

@mboudet mboudet commented Jan 27, 2020

Hello,

Since the January 15th, the gradle build fails with 501 errors on all dependencies.

According to here, the url for Maven should be changed to https in build.gradle. This PR changes that.

(However, I'm afraid this changed should be push to all other active branches..)

@mboudet
Copy link
Author

mboudet commented Jan 27, 2020

@vinayakapawar
I see you changed the file already, however, I still get 501 errors event after the change...
It seems like mavenCentral() does not properly redirect yet.

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not resolve org.springframework:spring-aspects:4.3.19.RELEASE.
  Required by:
      :openspecimen:unspecified
   > Could not GET 'http://repo1.maven.org/maven2/org/springframework/spring-aspects/4.3.19.RELEASE/spring-aspects-4.3.19.RELEASE.pom'. Received status code 501 from server: HTTPS Required

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

Successfully merging this pull request may close these issues.

1 participant