spring-boot/spring-boot-project/spring-boot-cli
Andy Wilkinson 82dc2dffbd Select specific CLI distribution in CLI's integration tests
Previously, CommandLineInvoker would use the first -bin.zip file found
in build/distributions. If this directory contained multiple zips from
building different versions of Spring Boot, this could result in the
tests being run against the wrong version of the CLI.

This commit updates CommandLineInvoker look for a specific zip in
build/distributions, using the version from gradle.properties to
identify it.

Closes gh-25179
2021-02-11 10:20:30 +00:00
..
samples Remove unnecessary semicolon 2021-01-05 08:15:32 +01:00
src Select specific CLI distribution in CLI's integration tests 2021-02-11 10:20:30 +00:00
test-samples Polish "Remove unnecessary semicolon" 2021-01-05 08:24:03 +01:00
build.gradle Fix build deprecation warnings about duplicate jar entries 2021-02-09 14:45:58 +01:00