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 <[email protected]> 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
