spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson 1e72fa202c Rework loader-tools resource generation to work with Buildship
Previously, the generated resources were added as an output to the
main source set. This worked on the command line, but resulted in
the META-INF folder that contains the loader jar not being on the
classpath of downstream projects in Eclipse.

This commit changes loader-tools to add the generated resources
as a srcDir to the main source set. This results in it appearing on
the classpath of other projects in Eclipse that depend on loader-tools
such as the Gradle plugin, thereby allowing its tests to be run in
the IDE as well as on the command line.

Fixes gh-19841
2020-01-21 12:52:02 +00:00
..
spring-boot-antlib Rework dep mgmt again to avoid consumers picking up strict constraints 2020-01-15 12:33:18 +00:00
spring-boot-autoconfigure-processor Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-cloudnativebuildpack Register JNA's native library integration in LinuxSocketDomain 2020-01-21 11:09:31 +00:00
spring-boot-configuration-metadata Rework dep mgmt again to avoid consumers picking up strict constraints 2020-01-15 12:33:18 +00:00
spring-boot-configuration-processor Port the build to Gradle 2020-01-10 14:15:35 +00:00
spring-boot-gradle-plugin Upgrade to Gradle 6.1 2020-01-16 10:00:45 +00:00
spring-boot-loader Support generation and loading of layered jars 2020-01-15 23:32:58 -08:00
spring-boot-loader-tools Rework loader-tools resource generation to work with Buildship 2020-01-21 12:52:02 +00:00
spring-boot-maven-plugin Add build-image support to the maven plugin 2020-01-20 23:48:47 -08:00
spring-boot-test-support Polish DisabledIfDockerUnavailable 2020-01-16 16:54:43 -08:00