Skip to content

Commit

Permalink
temurin jdk (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Feb 26, 2024
1 parent dec9ebb commit 647e86f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Gradle build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Get Yarn cache directory path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Install k6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-ui-functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
cache: 'gradle'

- name: Install Cypress dependencies
Expand Down

0 comments on commit 647e86f

Please sign in to comment.