Skip to content

Commit

Permalink
Github Action build to temurin (#2797)
Browse files Browse the repository at this point in the history
* Github Action build to Eclipse Temurin

Co-authored-by: Konrad Windszus <[email protected]>
  • Loading branch information
davidjgonzalez and kwin authored Mar 24, 2022
1 parent 933f92a commit 4d84465
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
uses: actions/setup-java@v2
with:
cache: 'maven'
distribution: 'zulu'
# Adobe is moving away from Azul Zulu to Oracle JDK (which is not an option) - Eclipse Temurin is suggested as the "closest thing"
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
# generate settings.xml with the correct values
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
Expand Down Expand Up @@ -102,4 +103,4 @@ jobs:
uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'Skip-Changelog,skip-changelog'
skipLabels: 'Skip-Changelog,skip-changelog'

0 comments on commit 4d84465

Please sign in to comment.