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

DBZ-7224 Use Java 21 for building #88

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading