This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 6712ae8 Remove workaround, handle it centrally 6712ae8 is described below commit 6712ae82ed5943218fc63dd08f2ec5583532c5b7 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Thu Apr 25 19:18:52 2024 +0200 Remove workaround, handle it centrally --- .github/workflows/maven-verify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 681f3d3..cd3c451 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,5 +25,4 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 - with: - jdk-distribution-matrix: '[ "zulu" ]' +