We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b029d commit 012ca32Copy full SHA for 012ca32
.github/workflows/ci.yml
@@ -42,11 +42,11 @@ jobs:
42
steps:
43
- name: Git checkout
44
uses: actions/checkout@v2
45
- - name: Use Java 13
+ - name: Use Java 8
46
uses: actions/setup-java@v1
47
with:
48
- java-version: 13
49
- - name: 'Unit Tests with Java 13'
+ java-version: 8
+ - name: 'Unit Tests with Java 8'
50
run: |
51
cd nifi-ngsi-bundle
52
mvn -s ../settings.xml install -DskipTests=true -Dmaven.javadoc.skip=true -Padd-dependencies-for-IDEA > maven-install.log
0 commit comments