Skip to content

Commit

Permalink
Update maven.yml - oracle
Browse files Browse the repository at this point in the history
Switching to use oracle distribution to see if exceptions are still thrown in Junits.
  • Loading branch information
pdragosh authored Aug 31, 2023
1 parent 558cece commit a544a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'oracle'
java-version: 11
- name: Build with Maven
run: mvn -B clean install --file pom.xml

0 comments on commit a544a77

Please sign in to comment.