Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Oct 30, 2024
1 parent d76894a commit 4c54dcb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
server-id: github
settings-path: ${{ github.workspace }}
java-version: '17'
distribution: 'corretto'

- name: Build with Gradle
run: ./gradlew build --console=plain

0 comments on commit 4c54dcb

Please sign in to comment.