We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e825131 commit dd69756Copy full SHA for dd69756
.github/workflows/flink_cdc.yml
@@ -47,6 +47,12 @@ jobs:
47
uses: ruby/setup-ruby@v1
48
with:
49
ruby-version: '3.3'
50
+ - name: Set JDK
51
+ uses: actions/setup-java@v4
52
+ with:
53
+ java-version: '8'
54
+ distribution: 'temurin'
55
+ cache: 'maven'
56
- name: Compiling jar packages
57
run: mvn --no-snapshot-updates -B package -DskipTests
58
- name: Run license check
.github/workflows/flink_cdc_migration_test.yml
@@ -26,6 +26,10 @@ jobs:
26
uses: actions/checkout@v4
27
28
submodules: true
29
+ - uses: actions/setup-java@v4
30
31
+ java-version: 8
32
+ distribution: temurin
33
- name: Compile snapshot CDC version
34
run: mvn --no-snapshot-updates -B install -DskipTests
35
- name: Run migration tests
0 commit comments