spring-projects / spring-statemachine

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

Overhaul gradle build #1143

Closed jvalkeal closed 3 months ago

jvalkeal commented 3 months ago

Build should be overhauled to be aligned with more modern gradle concepts. This is basically what has happened in all spring projects using gradle.

Essentially moving away from plain full dsl's in favour of buildSrc.

rishiraj88 commented 3 months ago

Will gradle wrapper not suffice? the question may be quite humble or high level, pardon me if it is so.

jvalkeal commented 3 months ago

It's normal gradle build but moving most of a plugin configurations into buildSrc. Basically how build works in spring-boot and spring-shell.