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

Failing while building spring-security-core version 5.7.8 using ./gradlew build (org.springframework.security:spring-security-core:5.7.8) #14989

Closed
shivsrivastava opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
status: duplicate A duplicate of another issue type: bug A general bug

Comments

@shivsrivastava
Copy link

Package artifact id:org.springframework.boot

source code url: https://github.com/spring-projects/spring-security/releases/tag/5.7.8

Issue Description: Failing while building spring-security-core version 5.7.8 using ./gradlew build (org.springframework.security:spring-security-core:5.7.8)

JDK Version: 1.8

Build CMD: ./gradlew build

MVN Version: NA

gradle version - NA

Error Log:

2024-04-30T09:10:13.898+0530 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Build buildSrc' completed
2024-04-30T09:10:13.900+0530 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Completing Build operation 'Configure build'
2024-04-30T09:10:13.900+0530 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationRunner] Build operation 'Configure build' completed
2024-04-30T09:10:13.934+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2024-04-30T09:10:13.943+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
2024-04-30T09:10:13.945+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2024-04-30T09:10:13.945+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2024-04-30T09:10:13.945+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':buildSrc:compileJava'.
2024-04-30T09:10:13.946+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not resolve all files for configuration ':buildSrc:compileClasspath'.
2024-04-30T09:10:13.946+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not resolve io.projectreactor:reactor-core:3.5.0-M1.
2024-04-30T09:10:13.946+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Required by:
2024-04-30T09:10:13.946+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] project :buildSrc
2024-04-30T09:10:13.947+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not resolve io.projectreactor:reactor-core:3.5.0-M1.
2024-04-30T09:10:13.947+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not get resource 'https://repo.spring.io/plugins-release/io/projectreactor/reactor-core/3.5.0-M1/reactor-core-3.5.0-M1.pom'.
2024-04-30T09:10:13.947+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Could not GET 'https://repo.spring.io/plugins-release/io/projectreactor/reactor-core/3.5.0-M1/reactor-core-3.5.0-M1.pom'. Received status code 401 from server:

attachement: build log attached (jdk 1.8)
Failed_jdk_8.txt

OS: windows 10

@shivsrivastava shivsrivastava added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels Apr 30, 2024
@sjohnr sjohnr self-assigned this May 6, 2024
@sjohnr
Copy link
Member

sjohnr commented May 6, 2024

Thanks for the report @shivsrivastava. Unfortunately, the build was configured to point to the plugins-release repo which is no longer accessible. As well, the 5.7.x generation is out of OSS support. You can however try the 5.7.12 release which includes gh-13245 to resolve this issue or any 5.8.x release which is still within OSS support at the moment.

I'm going to close this issue as a duplicate of gh-13245.

@sjohnr sjohnr closed this as completed May 6, 2024
@sjohnr sjohnr added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants