Skip to content

Commit

Permalink
Add distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Aug 12, 2024
1 parent aefd9f0 commit b0fdd3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: 'adopt'
java-package: jdk
java-version: '11'
- name: Build with Maven
run: mvn -B verify --file pom.xml -P ci

0 comments on commit b0fdd3b

Please sign in to comment.