Skip to content

Commit 2053055

Browse files
committed
Set OpenJDK distribution in CI
1 parent f99ea94 commit 2053055

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Setup JDK
1313
uses: actions/setup-java@v2
1414
with:
15+
distribution: 'temurin'
1516
java-version: ${{ matrix.java }}
1617
- name: Build
1718
run: ./gradlew :server:build :shared:build

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Setup JDK
1313
uses: actions/setup-java@v2
1414
with:
15+
distribution: 'temurin'
1516
java-version: '11'
1617
- name: Build distribution
1718
run: ./gradlew :server:distZip :grammars:distZip

0 commit comments

Comments
 (0)