File tree 5 files changed +5
-1
lines changed 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
name : Java ${{ matrix.java }}
9
9
strategy :
10
10
matrix :
11
- java : [17, 21 ]
11
+ java : [17]
12
12
env :
13
13
REPO_SLUG : ${{ github.repository }}
14
14
BRANCH : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 24
24
<maven .deploy.skip>true</maven .deploy.skip>
25
25
<gpg .skip>true</gpg .skip>
26
26
<skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
27
+ <allowIncompleteProjects >true</allowIncompleteProjects >
27
28
</properties >
28
29
29
30
<build >
Original file line number Diff line number Diff line change 23
23
<maven .deploy.skip>true</maven .deploy.skip>
24
24
<gpg .skip>true</gpg .skip>
25
25
<skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
26
+ <allowIncompleteProjects >true</allowIncompleteProjects >
26
27
</properties >
27
28
28
29
<dependencies >
Original file line number Diff line number Diff line change 24
24
<maven .deploy.skip>true</maven .deploy.skip>
25
25
<gpg .skip>true</gpg .skip>
26
26
<skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
27
+ <allowIncompleteProjects >true</allowIncompleteProjects >
27
28
</properties >
28
29
29
30
<dependencies >
Original file line number Diff line number Diff line change 26
26
<gpg .skip>true</gpg .skip>
27
27
<skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
28
28
<maven .deploy.skip>true</maven .deploy.skip>
29
+ <allowIncompleteProjects >true</allowIncompleteProjects >
29
30
</properties >
30
31
31
32
<dependencies >
You can’t perform that action at this time.
0 commit comments