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
jpechane committed Jul 3, 2024
1 parent ee05ce8 commit 74cf333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Cache Maven packages
uses: actions/cache@v4
id: cache
Expand Down Expand Up @@ -211,4 +211,4 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-debezium-core-${{ needs.build_core.outputs.coreHash}}
- name: Build sink
run: ./jdbc/mvnw clean install -f jdbc/pom.xml -B -Passembly -Dtest.tags=it-sqlserver,e2e-sqlserver -Dsource.connectors=mysql,postgres,sqlserver
run: ./jdbc/mvnw clean install -f jdbc/pom.xml -B -Passembly -Dtest.tags=it-sqlserver,e2e-sqlserver -Dsource.connectors=mysql,postgres,sqlserver
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Cache Maven packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 74cf333

Please sign in to comment.