File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - name : Set up JDK 7
14
+ - name : Set up JDK 8
15
15
uses : actions/setup-java@v2
16
16
with :
17
17
distribution : ' zulu'
18
- java-version : 7
18
+ java-version : 8
19
19
- name : Run tests
20
20
run : mvn test -Dgroups=pipeline --batch-mode
21
21
env :
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : Set up JDK 7
12
+ - name : Set up JDK 8
13
13
uses : actions/setup-java@v2
14
14
with :
15
15
distribution : ' zulu'
16
- java-version : 7
16
+ java-version : 8
17
17
- name : Run tests
18
18
run : mvn test -Dgroups=pipeline --batch-mode -q
19
19
env :
Original file line number Diff line number Diff line change 81
81
<artifactId >maven-compiler-plugin</artifactId >
82
82
<version >3.6.1</version >
83
83
<configuration >
84
- <source >7 </source >
85
- <target >7 </target >
84
+ <source >8 </source >
85
+ <target >8 </target >
86
86
</configuration >
87
87
</plugin >
88
88
<plugin >
You can’t perform that action at this time.
0 commit comments