Skip to content

Commit

Permalink
GitHub CI Fix: Specify JDK distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy authored Dec 27, 2024
1 parent ba3986b commit 510728d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: 8
distribution: corretto
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 510728d

Please sign in to comment.