Skip to content

Commit

Permalink
[Fix] Use Temurin Java distro (Oracle 11 is not available).
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Sep 22, 2023
1 parent 3de5549 commit e758b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'oracle'
distribution: 'temurin'
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit e758b8f

Please sign in to comment.