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

Upgrade com.gradle.enterprise plugin to 3.16.2 #1140

Closed qeeqez closed 3 months ago

qeeqez commented 4 months ago

Upgrade Enterprise Gradle Plugin

Bumps

Compatibility

Based on commits in spring-framework repo, internally spring team should support latest Gradle Enterprise plugin:

jvalkeal commented 3 months ago

Thx for a PR. We just went through full overhaul of a gradle build so location of these versions changed. I'll handle this myself a bit later.

qeeqez commented 3 months ago

@jvalkeal Hi, I see you are trying to bump gradle to the latest one. I want to help a little 🙂

To avoid all gradle deprecation warnings you need:

Pushed to this pull request

  1. Junit must be called with testRuntimeOnly according to Gradle Docs: testRuntimeOnly("org.junit.platform:junit-platform-launcher")

  2. If you'll use "spring java format" plugin (other spring projects have it), use latest 0.0.41