Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
DBZ-7224 Use Java 21 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored Jul 9, 2024
1 parent 74cf333 commit cf0165a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cross-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
uses: actions/checkout@v4
with:
path: jdbc
- name: Set up Java 17
- name: Set up Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Load Debezium core cache
uses: actions/cache/restore@v4
with:
Expand All @@ -113,11 +113,11 @@ jobs:
uses: actions/checkout@v4
with:
path: jdbc
- name: Set up Java 17
- name: Set up Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Load Debezium core cache
uses: actions/cache/restore@v4
with:
Expand All @@ -142,11 +142,11 @@ jobs:
# uses: actions/checkout@v4
# with:
# path: jdbc
# - name: Set up Java 17
# - name: Set up Java 21
# uses: actions/setup-java@v4
# with:
# distribution: 'temurin'
# java-version: 17
# java-version: 21
# - name: Load Debezium core cache
# uses: actions/cache/restore@v4
# with:
Expand All @@ -171,11 +171,11 @@ jobs:
uses: actions/checkout@v4
with:
path: jdbc
- name: Set up Java 17
- name: Set up Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Load Debezium core cache
uses: actions/cache/restore@v4
with:
Expand All @@ -200,11 +200,11 @@ jobs:
uses: actions/checkout@v4
with:
path: jdbc
- name: Set up Java 17
- name: Set up Java 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Load Debezium core cache
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit cf0165a

Please sign in to comment.