Skip to content

Commit 024e4ae

Browse files
committed
Update to Maven 3.9.9, Maven Wrapper 3.3.2
1 parent 9b444c1 commit 024e4ae

File tree

5 files changed

+321
-426
lines changed

5 files changed

+321
-426
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches:
88
- develop
99
pull_request:
10-
types: [opened, synchronize, reopened]
1110
workflow_dispatch:
1211

1312
jobs:
@@ -35,6 +34,6 @@ jobs:
3534
java-version: ${{ matrix.java }}
3635
maven-executable: ./mvnw
3736
sonar-run-on-os: ubuntu-latest
38-
sonar-run-on-java-version: 17
37+
sonar-run-on-java-version: 21
3938
sonar-token: ${{ secrets.SONAR_TOKEN }}
4039
github-token: ${{ secrets.GITHUB_TOKEN }}

.mvn/wrapper/maven-wrapper.jar

-61.1 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

0 commit comments

Comments
 (0)