File tree Expand file tree Collapse file tree 1 file changed +1
-39
lines changed Expand file tree Collapse file tree 1 file changed +1
-39
lines changed Original file line number Diff line number Diff line change 10
10
branches : [ master ]
11
11
12
12
jobs :
13
- java5 :
14
- runs-on : ubuntu-latest
15
- steps :
16
- - uses : actions/checkout@v3
17
- - name : Set up JDK 8
18
- uses : actions/setup-java@v3
19
- with :
20
- java-version : ' 8'
21
- distribution : ' temurin'
22
- cache : maven
23
- - name : Build with Maven
24
- run : mvn -B package --file java-5/pom.xml
25
-
26
- java6 :
27
- runs-on : ubuntu-latest
28
- steps :
29
- - uses : actions/checkout@v3
30
- - name : Set up JDK 8
31
- uses : actions/setup-java@v3
32
- with :
33
- java-version : ' 8'
34
- distribution : ' temurin'
35
- cache : maven
36
- - name : Build with Maven
37
- run : mvn -B package --file java-6/pom.xml
38
-
39
- java7 :
40
- runs-on : ubuntu-latest
41
- steps :
42
- - uses : actions/checkout@v3
43
- - name : Set up JDK 8
44
- uses : actions/setup-java@v3
45
- with :
46
- java-version : ' 8'
47
- distribution : ' temurin'
48
- cache : maven
49
- - name : Build with Maven
50
- run : mvn -B package --file java-7/pom.xml
51
13
52
14
java8 :
53
15
runs-on : ubuntu-latest
@@ -151,4 +113,4 @@ jobs:
151
113
distribution : ' temurin'
152
114
cache : maven
153
115
- name : Build with Maven
154
- run : mvn -B package --file java-22/pom.xml
116
+ run : mvn -B package --file java-22/pom.xml
You can’t perform that action at this time.
0 commit comments