Skip to content

Commit d9e6e40

Browse files
authored
chore: [DevOps] Switch from Temurin to SapMachine (#286)
1 parent 1e7d1c4 commit d9e6e40

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Setup java"
2828
uses: actions/setup-java@v4
2929
with:
30-
distribution: "temurin"
30+
distribution: "sapmachine"
3131
java-version: ${{ env.JAVA_VERSION }}
3232
cache: 'maven'
3333

.github/workflows/dependency-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: "Setup java"
4747
uses: actions/setup-java@v4
4848
with:
49-
distribution: "temurin"
49+
distribution: "sapmachine"
5050
java-version: ${{ env.JAVA_VERSION }}
5151
cache: 'maven'
5252

@@ -82,7 +82,7 @@ jobs:
8282
- name: "Setup java"
8383
uses: actions/setup-java@v4
8484
with:
85-
distribution: "temurin"
85+
distribution: "sapmachine"
8686
java-version: ${{ env.JAVA_VERSION }}
8787
cache: 'maven'
8888

.github/workflows/deploy-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Setup java"
1818
uses: actions/setup-java@v4
1919
with:
20-
distribution: "temurin"
20+
distribution: "sapmachine"
2121
java-version: "17"
2222
server-id: artifactory-snapshots
2323
server-username: DEPLOYMENT_USER

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Setup java"
3030
uses: actions/setup-java@v4
3131
with:
32-
distribution: "temurin"
32+
distribution: "sapmachine"
3333
java-version: ${{ env.JAVA_VERSION }}
3434
cache: 'maven'
3535

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Setup java"
2323
uses: actions/setup-java@v4
2424
with:
25-
distribution: "temurin"
25+
distribution: "sapmachine"
2626
java-version: ${{ env.JAVA_VERSION }}
2727
cache: 'maven'
2828

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: "Setup java"
9595
uses: actions/setup-java@v4
9696
with:
97-
distribution: "temurin"
97+
distribution: "sapmachine"
9898
java-version: ${{ env.JAVA_VERSION }}
9999
cache: 'maven'
100100

0 commit comments

Comments
 (0)