This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/1.X by this push:
     new 79a1419b Add comment for 
https://github.com/moditect/moditect/issues/248
79a1419b is described below

commit 79a1419b622668ad39e909afc58efce7ae482df8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 14 09:27:30 2024 -0400

    Add comment for https://github.com/moditect/moditect/issues/248
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c60fe81a..0d755e54 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,6 +55,7 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
+# https://github.com/moditect/moditect/issues/248
 #     run: mvn --show-version --batch-mode --no-transfer-progress -e
       run: mvn --show-version --batch-mode --no-transfer-progress -e 
-Dmoditect.skip
 

Reply via email to