Skip to content

Commit

Permalink
Merge pull request #1355 from madsboddum/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-3

Specified required JDK distribution parameter for build pipeline step…
  • Loading branch information
Josh-Larson authored Nov 12, 2023
2 parents e9f6ce5 + 4881caf commit 4e4655c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 18
- name: Test with Gradle
run: ./gradlew --no-daemon test
Expand Down

0 comments on commit 4e4655c

Please sign in to comment.