spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.21k stars 40.69k forks source link

Failing while building spring-boot-devtools version 2.7.10 using ./gradlew build (org.springframework.boot:spring-boot-devtools:2.7.10) #40578

Closed shivsrivastava closed 6 months ago

shivsrivastava commented 6 months ago

Package artifact id:org.springframework.boot

source code url: https://github.com/spring-projects/spring-boot/tree/v2.7.10

Issue Description: Failing while building spring-boot-devtools version 2.7.10 using ./gradlew build (org.springframework.boot:spring-boot-devtools:2.7.10)

JDK Version: 1.8

Build CMD: ./gradlew build

MVN Version: NA

gradle version - NA

Error Log:

024-04-30T09:06:18.865+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2024-04-30T09:06:19.069+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception. 2024-04-30T09:06:19.070+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2024-04-30T09:06:19.071+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Where: 2024-04-30T09:06:19.071+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Settings file 'C:\code\code-48-main\org.springframework.bootspring-boot-devtools2.7.10\code\spring-boot\settings.gradle' line: 78 2024-04-30T09:06:19.072+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 2024-04-30T09:06:19.072+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] What went wrong: 2024-04-30T09:06:19.073+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] A problem occurred evaluating settings'spring-boot-build'. 2024-04-30T09:06:19.123+0530 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > C:\code\code-48-main\org.springframework.bootspring-boot-devtools2.7.10\code\spring-boot\spring-boot-project\spring-boot-starters

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

OS: windows 10

wilkinsona commented 6 months ago

Spring Boot 2.7.x is out of OSS support. If you're having trouble building a tag, please make sure that you have followed the instructions on the wiki for working with the code on Windows. In addition to the recommended git configuration, you may also want to clone the repository into a directory structure with a path that's shorter than C:\code\code-48-main\org.springframework.bootspring-boot-devtools2.7.10\code.