spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson d2f74426f7 Work around bug in Gradle's Eclipse model
The model incorrectly marks the Gradle API and all of its
dependencies as test dependencies, making them unavailable in Eclipse
to code in src/main/java. We work around this by modifying the
classpath container to remove the test attribute from the
dependencies that should be available to main code.

See gh-41228
2024-06-27 12:58:36 +01:00
..
src Update spring-boot-gradle-plugin to use docker-test plugin 2024-06-26 19:46:25 +01:00
.gitignore
build.gradle Work around bug in Gradle's Eclipse model 2024-06-27 12:58:36 +01:00