• 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
..
samples Loading commit data...
src Loading commit data...
test-samples Loading commit data...
build.gradle Loading commit data...