Skip to content

Commit

Permalink
chore: use Temurin jdk (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 3, 2024
1 parent 8169aca commit d2b36b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
cache: 'maven'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
cache: 'maven'

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up settings.xml for Maven Central Repository
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
server-id: oss.sonatype.org
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit d2b36b3

Please sign in to comment.