Skip to content

Commit 203a6ff

Browse files
leifkershirshanka
andauthoredSep 25, 2022
refactor(java11) - convert most modules to java 11 (datahub-project#5836)
Co-authored-by: Shirshanka Das <[email protected]>
1 parent 325b959 commit 203a6ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+170
-132
lines changed
 

‎.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
timeout-minutes: 60
2626
steps:
2727
- uses: actions/checkout@v2
28-
- name: Set up JDK 1.8
28+
- name: Set up JDK 11
2929
uses: actions/setup-java@v1
3030
with:
31-
java-version: 1.8
31+
java-version: 11
3232
- uses: actions/setup-python@v2
3333
with:
3434
python-version: "3.7"

‎.github/workflows/check-datahub-jars.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- uses: actions/checkout@v2
3131
with:
3232
fetch-depth: 0
33-
- name: Set up JDK 1.8
33+
- name: Set up JDK 11
3434
uses: actions/setup-java@v1
3535
with:
36-
java-version: 1.8
36+
java-version: 11
3737
- uses: actions/setup-python@v2
3838
with:
3939
python-version: "3.7"

0 commit comments

Comments
 (0)
Please sign in to comment.