You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/31 12:24:39 UTC

[commons-bcel] 01/02: Remove debug flag. GitHub build passes.

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

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

commit 0b5246fb3f294d7f8c650facb493300d9c98c6da
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 31 08:19:10 2019 -0400

    Remove debug flag. GitHub build passes.
---
 .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 6c84b8a..1379c44 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,4 +29,4 @@ jobs:
       with:
         java-version: 1.8
     - name: Build with Maven
-      run: mvn -debug -V package --file pom.xml
+      run: mvn -V package --file pom.xml