Skip to content

Commit

Permalink
ci: Upgrade JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Feb 18, 2024
1 parent 48932d0 commit 1005034
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: "17"
distribution: "temurin"
- name: Build with Gradle
run: ./gradlew assemble build test

0 comments on commit 1005034

Please sign in to comment.