spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property springBootVersion not setting version in buildSrc

jvalkeal opened this issue · comments

-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.