mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 17:49:14 +00:00
Added java distribution (#9160)
* Added java distribution * Fixed java test
This commit is contained in:
parent
8d853e2d50
commit
38c1bf4e54
3
.github/workflows/java-checkstyle.yml
vendored
3
.github/workflows/java-checkstyle.yml
vendored
@ -57,7 +57,8 @@ jobs:
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Run checkstyle
|
||||
run: mvn googleformatter:format@reformat-sources
|
||||
|
||||
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
@ -69,7 +69,8 @@ jobs:
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Install Ubuntu dependencies
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user