Skip to content

Commit 5bcba98

Browse files
committed
gradle wrapper CI action is too unreliable
1 parent d025a46 commit 5bcba98

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
distribution: 'temurin'
2424
cache: 'gradle'
2525

26-
- name: Validate Gradle wrapper
27-
uses: gradle/actions/wrapper-validation@v3
2826
- name: Build with Gradle
2927
run: ./gradlew build --no-daemon
3028

@@ -43,9 +41,6 @@ jobs:
4341
distribution: 'temurin'
4442
cache: 'gradle'
4543

46-
- name: Validate Gradle wrapper
47-
uses: gradle/actions/wrapper-validation@v3
48-
4944
- name: Publish with Gradle
5045
env:
5146
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)