Skip to content

Commit

Permalink
fix(actions): fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Jan 24, 2023
1 parent a0543e9 commit b905fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '17'
distribution: 'adopt'
#cache: maven
- name: Build with Gradle
Expand Down

0 comments on commit b905fbd

Please sign in to comment.