Skip to content

Commit

Permalink
Update Gradle setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
hvisser committed Oct 16, 2024
1 parent 173350e commit 2422fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Validate checksum gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: "Set up JDK 11"
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'

- name: "Setup Gradle"
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: Build
run: ./gradlew build
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Validate checksum gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: "Set up JDK 11"
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'

- name: "Setup Gradle"
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: "Publish release"
env:
Expand Down

0 comments on commit 2422fa0

Please sign in to comment.