spring-projects / spring-statemachine

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

Overhaul gradle build #985

Open jvalkeal opened 3 years ago

jvalkeal commented 3 years ago

Our gradle build system is really old and there's a lot of baggage with plugins, etc. It's time to re-write whole thing so that we get clean start to be able to upgrade to gradle 7.x. This should then give better foundation for issues in #957 and generally other ide support.