Skip to content

Commit

Permalink
Upgraded mvnw version due to:"The plugin org.jenkins-ci.tools:maven-h…
Browse files Browse the repository at this point in the history
…pi-plugin:3.51 requires Maven version 3.8.1"
  • Loading branch information
IBA-mainframe-dev committed May 21, 2024
1 parent 218cec8 commit 6396f2c
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 413 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/hpi-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
java-version: '11'
cache: maven

# - name: Run the Maven verify phase
# run: mvn --batch-mode --update-snapshots verify

- name: Check repository content
shell: bash
run: pwd && ls -la
Expand Down
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
20 changes: 18 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip
Loading

0 comments on commit 6396f2c

Please sign in to comment.