Skip to content

Commit ccfa893

Browse files
committed
Update to Maven 3.9.9, Maven Wrapper 3.3.2
1 parent 01a21ae commit ccfa893

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:
@@ -28,6 +27,6 @@ jobs:
2827
java-version: ${{ matrix.java }}
2928
maven-executable: ./mvnw
3029
sonar-run-on-os: ubuntu-latest
31-
sonar-run-on-java-version: 17
30+
sonar-run-on-java-version: 21
3231
sonar-token: ${{ secrets.SONAR_TOKEN }}
3332
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)