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 8f2a059 commit f98be5aCopy full SHA for f98be5a
.github/workflows/release-actions.yml
@@ -6,16 +6,16 @@ on:
6
- '*'
7
8
jobs:
9
- build-jdk11:
10
- name: "JDK 11 Build"
+ build-jdk8:
+ name: "JDK 8 Build"
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up JDK 11
+ - name: Set up JDK 8
15
# Uses sha for added security since tags can be updated
16
uses: joschi/setup-jdk@b9cc6eabf7e7e3889766b5cee486f874c9e1bd2d
17
with:
18
- java-version: 11
+ java-version: 8
19
- name: Build
20
run: |
21
mvn -e -B -DskipTests=true -DskipDocs clean install
0 commit comments