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 2022/05/31 12:48:36 UTC

[commons-text] 04/04: Disable console logging for StringSubstitutorWithInterpolatorStringLookupTest

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-text.git

commit 55d0920b98e97da623deffc67b867aa07d8d244f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 31 08:46:44 2022 -0400

    Disable console logging for
    StringSubstitutorWithInterpolatorStringLookupTest
---
 .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 5b86a7d8..529b0259 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -42,4 +42,4 @@ jobs:
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven
-      run: mvn
+      run: mvn -Dpolyglot.engine.WarnInterpreterOnly=false