Skip to content

Commit

Permalink
setup java 17 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ralconada-gmv committed Jul 23, 2024
1 parent bc5e5dd commit 1fdcbea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit 1fdcbea

Please sign in to comment.