This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new ea0f87882 chore(build): temporarily skipping Jakarta EE integration
tests (JDK21-Bouncycastle-MR-jar) issues
ea0f87882 is described below
commit ea0f8788205ddc14e218a65a8a15e6fabf2b64a2
Author: lprimak <[email protected]>
AuthorDate: Sun May 5 04:04:06 2024 -0500
chore(build): temporarily skipping Jakarta EE integration tests
(JDK21-Bouncycastle-MR-jar) issues
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 58c66a69d..dd592011b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
- name: Build with Maven
run: >-
- mvn verify --show-version --errors --batch-mode
--no-transfer-progress -Pdocs
+ mvn verify --show-version --errors --batch-mode
--no-transfer-progress -Pdocs,skip_jakarta_ee_tests
-Dgh_user=${{ github.actor }} -Dgh_token=${{ secrets.GITHUB_TOKEN }}
build-all: