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-webflux version 5.3.21 using ./gradlew build (spring-webflux:5.3.21) #32721

Closed
shivsrivastava opened this issue Apr 28, 2024 · 2 comments

Comments

@shivsrivastava
Copy link

Package artifact id: spring-framework

source code url: https://github.com/spring-projects/spring-framework/tree/v5.3.21

Issue Description: Failing while building spring-webflux version 5.3.21 using ./gradlew build (spring-webflux:5.3.21)

JDK Version: 1.8

Build CMD: ./gradlew build

MVN Version: NA

gradle version - 8.x

Error Log:

2024-04-29T01:53:07.094+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2024-04-29T01:53:07.095+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
2024-04-29T01:53:07.095+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2024-04-29T01:53:07.096+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Where:
2024-04-29T01:53:07.096+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Settings file 'C:\code\Code-Latest\spring-webflux5.3.21\code\spring-framework\settings.gradle' line: 11
2024-04-29T01:53:07.097+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2024-04-29T01:53:07.097+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2024-04-29T01:53:07.098+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Plugin [id: 'io.spring.ge.conventions', version: '0.0.9'] was not found in any of the following sources:

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

OS: windows 10

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Apr 28, 2024
@snicoll
Copy link
Member

snicoll commented Apr 29, 2024

This is due to the sunset of repo.spring.io/release and the plugin is not consistently available on Maven Central, see https://central.sonatype.com/artifact/io.spring.ge.conventions/io.spring.ge.conventions.gradle.plugin.

You can workaround that by downgrading to id "io.spring.ge.conventions" version "0.0.7" in settings.gradle.

BTW the log you've attached is for the wrong project.

@snicoll snicoll closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
@snicoll snicoll removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Apr 29, 2024
@shivsrivastava
Copy link
Author

settings

This is due to the sunset of repo.spring.io/release and the plugin is not consistently available on Maven Central, see https://central.sonatype.com/artifact/io.spring.ge.conventions/io.spring.ge.conventions.gradle.plugin.

You can workaround that by downgrading to id "io.spring.ge.conventions" version "0.0.7" in settings.gradle.

BTW the log you've attached is for the wrong project.

Thanks for update. Please find the correct attached log. I will downgrade and let you know.
failed_java_8.txt

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