Commit 46b1ca7 1 parent ac5bb93 commit 46b1ca7 Copy full SHA for 46b1ca7
File tree 10 files changed +9
-643
lines changed
10 files changed +9
-643
lines changed Original file line number Diff line number Diff line change 17
17
paths :
18
18
- parent/**
19
19
- testsupport/**
20
+ - util/**
20
21
- proxy/**
21
22
- .github/workflows/proxy.yml
22
23
push :
32
33
strategy :
33
34
fail-fast : false
34
35
matrix :
35
- java : [ 8 ]
36
+ java : [ 8, 11, 17, 21 ]
36
37
os : [ ubuntu-latest ]
37
38
name : JDK${{ matrix.java }} ${{ matrix.os }}
38
39
runs-on : ${{ matrix.os }}
50
51
- name : Build testsupport
51
52
shell : bash
52
53
run : mvn -U -e -B -ntp clean install -f testsupport
54
+ - name : Build util
55
+ shell : bash
56
+ run : mvn -U -e -B -ntp clean install -f util
53
57
- name : Build proxy
54
58
shell : bash
55
59
run : mvn -U -e -B -ntp clean install -f proxy
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.aries</groupId >
26
26
<artifactId >parent</artifactId >
27
- <version >2.1.1 </version >
27
+ <version >2.1.2-SNAPSHOT </version >
28
28
<relativePath >../../parent/pom.xml</relativePath >
29
29
</parent >
30
30
You can’t perform that action at this time.
0 commit comments