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 f99ea94 commit 2053055Copy full SHA for 2053055
.github/workflows/build.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: Setup JDK
13
uses: actions/setup-java@v2
14
with:
15
+ distribution: 'temurin'
16
java-version: ${{ matrix.java }}
17
- name: Build
18
run: ./gradlew :server:build :shared:build
.github/workflows/deploy.yml
java-version: '11'
- name: Build distribution
run: ./gradlew :server:distZip :grammars:distZip
0 commit comments