You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/buildSrc
Andy Wilkinson b4fccf480a Ensure that Maven plugin's intTest runs when Maven binaries change
Previously, the intTest task had a dependsOn relationship with
prepareMavenBinaries task. This ensured that the two tasks ran in the
correct order but did not ensure that the intTest task would run if
the prepared binaries had changed.

This commit updates the configuration of the intTest task to wire up
the output of the prepareMavenBinaries as an input of the intTest
task. This ensures that the intTest task will run when the prepared
binaries have changed and also creates an implicit dependsOn
relationship between the two tasks.

Closes gh-34474
2 years ago
..
config/checkstyle Upgrade to Spring Java Format 0.0.33 3 years ago
src Ensure that Maven plugin's intTest runs when Maven binaries change 2 years ago
build.gradle Remove references to https://repo.spring.io/release 2 years ago
gradle.properties Upgrade to spring-javaformat 0.0.38 2 years ago
settings.gradle Upgrade to Spring Java Format 0.0.33 3 years ago