• Andy Wilkinson's avatar
    Rework loader-tools resource generation to work with Buildship · 1e72fa20
    Andy Wilkinson authored
    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
    1e72fa20
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...