spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.54k stars 607 forks source link

Property springBootVersion not setting version in buildSrc #1148

Closed jvalkeal closed 6 months ago

jvalkeal commented 6 months ago

-PspringBootVersion=xxx is used to build/test with different boot versions but it doesn't apply to buildSrc(as it only reads it from gradle.properties). We want to test full boot version change not just with project dependencies.