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
2023-03-06 10:18:24 +00:00
..
config/checkstyle Upgrade to Spring Java Format 0.0.33 2022-05-26 13:22:23 +01:00
src Ensure that Maven plugin's intTest runs when Maven binaries change 2023-03-06 10:18:24 +00:00
build.gradle Remove references to https://repo.spring.io/release 2023-01-11 17:03:45 +00:00
gradle.properties Upgrade to spring-javaformat 0.0.38 2023-02-21 22:29:11 -08:00
settings.gradle Upgrade to Spring Java Format 0.0.33 2022-05-26 13:22:23 +01:00