update github actions to jdk 11
This commit is contained in:
4
.github/workflows/make-release.yml
vendored
4
.github/workflows/make-release.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up JDK 8
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
cache: maven
|
||||
- name: Set Version
|
||||
|
||||
Reference in New Issue
Block a user