Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
bumped java version in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
gorzan committed Jul 13, 2023
1 parent dd4d786 commit b46a764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
"restore-keys": "${{ runner.os }}-gradle-"
- uses: "actions/setup-java@v1"
with:
"java-version": "15"
"java-version": "17"
- name: "compile and run tests"
run: "./gradlew build"
- name: "Build and publish Docker image"
Expand Down

0 comments on commit b46a764

Please sign in to comment.