You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/05/22 11:08:42 UTC

[GitHub] [commons-text] garydgregory commented on a diff in pull request #328: Revert #327 change (checkstyle 9.3 to 10.2) due to JVM incompatibility. Fix GH Actions to run checkstyle.

garydgregory commented on code in PR #328:
URL: https://github.com/apache/commons-text/pull/328#discussion_r878841984


##########
.github/workflows/maven.yml:
##########
@@ -42,4 +42,4 @@ jobs:
         java-version: ${{ matrix.java }}
         cache: 'maven'
     - name: Build with Maven
-      run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml --no-transfer-progress
+      run: mvn

Review Comment:
   Yes, we want to run the default goal :-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org