File tree Expand file tree Collapse file tree 4 files changed +0
-39
lines changed Expand file tree Collapse file tree 4 files changed +0
-39
lines changed Original file line number Diff line number Diff line change 5959 version=$(sed -n 's/version=\(.*\)/\1/p' gradle.properties)
6060 echo "Version is $version"
6161 echo "version=$version" >> $GITHUB_OUTPUT
62- - name : SanityCheck
63- id : build
64- if : ${{ inputs.publish == 'false' }}
65- shell : bash
66- run : ./gradlew rewriteDryRun -Dorg.gradle.jvmargs=-Xmx8G
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
77 id ' com.gradleup.shadow' version " 9.2.2" apply false
88 id ' me.champeau.jmh' version ' 0.7.2' apply false
99 id ' io.spring.nullability' version ' 0.0.8' apply false
10- id ' org.openrewrite.rewrite' version ' 7.20.0' apply false
1110}
1211
1312ext {
1716
1817description = " Spring Framework"
1918
20- apply from : " $rootDir /gradle/rewrite.gradle"
21-
2219configure(allprojects) { project ->
2320 apply plugin : " org.springframework.build.localdev"
2421 group = " org.springframework"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments