Skip to content

Commit

Permalink
Build with Maven 4
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 11, 2024
1 parent 4fe1f05 commit 75955fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
maven4-enabled: true

3 changes: 3 additions & 0 deletions src/it/non-changed-artifact/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# specific language governing permissions and limitations
# under the License.

# check was removed in MRESOLVER-392
invoker.maven.version = !4+

# install called in two different Maven invocations, otherwise the build would fail with the Jar Plugin (MJAR-198)
invoker.goals.1 = install
invoker.goals.2 = install

0 comments on commit 75955fb

Please sign in to comment.