spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
jnizet c51449585e Refactor Gradle plugin tests to use runner's plugin classpath
Previously, each test build script used a property to configure its
classpath. This commit simplifies the tests by setting the classpath
once on the GradleRunner, thereby removing the need for it to be set in
each test script. It also allows, and, in fact, requires, the use of
the plugins block to apply the Boot plugin under test.

Unfortunately, this doesn't work for the tests for the reaction to the
Kotlin plugin. See the comments in the GradleBuild class and in each
KotlingPluginActionIntegrationTests build script.

See gh-14680
2018-10-04 17:26:42 +01:00
..
gradle/wrapper Raise the minimum supported version of Gradle to 4.4 2018-09-12 17:06:03 +01:00
src Refactor Gradle plugin tests to use runner's plugin classpath 2018-10-04 17:26:42 +01:00
.gitignore Add .gitignore for Gradle Plugin module 2018-05-11 14:28:02 +02:00
build.gradle Polish 2018-10-03 13:57:18 +02:00
gradle.properties Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
gradlew Raise the minimum supported version of Gradle to 4.4 2018-09-12 17:06:03 +01:00
gradlew.bat Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
pom.xml Skip building the Gradle plugin on Java 9 as well as 10 2018-05-04 11:40:35 +01:00