Skip to content

Commit de70e0c

Browse files
Fix publication script deploy task: point to JDK 11
Related to YM-26407
1 parent 73c7d0b commit de70e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
restore-keys: |
6464
${{ runner.os }}-gradle${{ hashFiles('gradle/wrapper/gradle-wrapper.properties')}}-
6565
${{ runner.os }}-
66-
- name: set up JDK 1.8
66+
- name: Set up JDK 11
6767
uses: actions/setup-java@v1
6868
with:
69-
java-version: 1.8
69+
java-version: 11
7070

7171
- name: Publish to maven
7272
env:

0 commit comments

Comments
 (0)