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

Commit

Permalink
specify jdk distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jksolbakken committed Aug 15, 2023
1 parent 65f79eb commit e3f92d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: "actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2" # ratchet:actions/setup-java@v3
with:
"java-version": "17"
"distribution": "temurin"
- name: "compile and run tests"
run: "./gradlew build"
- name: "Create SBOM"
Expand Down

0 comments on commit e3f92d1

Please sign in to comment.