Skip to content

Commit 39adb15

Browse files
committed
1.21.1 Port X
1 parent 3576f3b commit 39adb15

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
distribution: temurin
1717
cache: gradle
1818

19-
- name: Validate Gradle Wrapper Integrity
20-
uses: gradle/actions/wrapper-validation@v3
21-
2219
- name: Make Gradle wrapper executable
2320
run: chmod +x ./gradlew
2421

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
distribution: temurin
3333
cache: gradle
3434

35-
- name: Validate Gradle Wrapper Integrity
36-
uses: gradle/actions/wrapper-validation@v3
37-
3835
- name: Make Gradle wrapper executable
3936
run: chmod +x ./gradlew
4037

0 commit comments

Comments
 (0)