Skip to content

Commit

Permalink
Remove Gradle wrapper validation since it's done by setup-gradle now
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 authored Dec 20, 2024
1 parent bcfcf4a commit ae13cf8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
with:
fetch-depth: 0

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@460a3ca55fc5d559238a0efc7fa9f7465df8585d # v3

- name: Download Java JDK
uses: typelevel/download-java@817e8c0d48dc2e88e155a8e4f69ba493bef621be # v2
id: download-java
Expand Down Expand Up @@ -63,9 +60,8 @@ jobs:

- name: Publish To Gradle Plugin Portal
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v')
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3.5.0
with:
arguments: |
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
run: |
./gradlew \
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} \
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} \
publishPlugins

0 comments on commit ae13cf8

Please sign in to comment.