• Andy Wilkinson's avatar
    Select specific CLI distribution in CLI's integration tests · 82dc2dff
    Andy Wilkinson authored
    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
    82dc2dff
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...