File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 12
12
# jobs:
13
13
# build:
14
14
# name: Verify
15
- # uses: maveniverse/parent/.github/workflows/ci.yml@release-29
15
+ # uses: maveniverse/parent/.github/workflows/ci.yml@release-42
16
16
#
17
17
# Secrets: none
18
18
#
@@ -82,14 +82,17 @@ jobs:
82
82
runs-on : ubuntu-latest
83
83
if : inputs.maven-single-run
84
84
steps :
85
- - uses : actions/checkout@v5
85
+ - name : Checkout
86
+ uses : actions/checkout@v5
86
87
with :
87
88
persist-credentials : false
88
- - uses : actions/setup-java@v5
89
+ - name : Setup Java
90
+ uses : actions/setup-java@v5
89
91
with :
90
92
java-version : ' 21'
91
93
distribution : ' temurin'
92
- - uses : actions/cache@v4
94
+ - name : Cache
95
+ uses : actions/cache@v4
93
96
with :
94
97
path : ~/.m2/repository
95
98
key : mvn-${{ hashFiles('**/pom.xml') }}-${{ github.sha }}
@@ -115,17 +118,21 @@ jobs:
115
118
- jdk : 11
116
119
maven : 4.0.0-rc-4
117
120
steps :
118
- - uses : actions/checkout@v5
121
+ - name : Checkout
122
+ uses : actions/checkout@v5
119
123
with :
120
124
persist-credentials : false
121
- - uses : actions/setup-java@v5
125
+ - name : Setup Java
126
+ uses : actions/setup-java@v5
122
127
with :
123
128
java-version : ${{ matrix.jdk }}
124
129
distribution : ' temurin'
125
- - uses : actions/cache@v4
130
+ - name : Cache
131
+ uses : actions/cache@v4
126
132
with :
127
133
path : ~/.m2/repository
128
134
key : mvn-${{ hashFiles('**/pom.xml') }}-${{ github.sha }}
135
+ fail-on-cache-miss : true
129
136
- run : ./mvnw -N -Dmaven=${{ matrix.maven }} wrapper:wrapper
130
137
- run : ${{ inputs.maven-test }}
131
138
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11 /apache-maven-3.9.11 -bin.zip
You can’t perform that action at this time.
0 commit comments