Skip to content

Commit f3e25e5

Browse files
author
Vincent Potucek
committed
[picnic] apply TimeRules
Signed-off-by: Vincent Potucek <[email protected]>
1 parent def2188 commit f3e25e5

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,3 @@ runs:
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

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1312
ext {
@@ -17,8 +16,6 @@ ext {
1716

1817
description = "Spring Framework"
1918

20-
apply from: "$rootDir/gradle/rewrite.gradle"
21-
2219
configure(allprojects) { project ->
2320
apply plugin: "org.springframework.build.localdev"
2421
group = "org.springframework"

gradle/rewrite.gradle

Lines changed: 0 additions & 12 deletions
This file was deleted.

rewrite.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)