jjohannes commented on code in PR #279: URL: https://github.com/apache/logging-log4j-samples/pull/279#discussion_r2036575003
########## .github/workflows/gradle-reusable-test.yaml: ########## @@ -112,18 +123,17 @@ jobs: sleep 1 done - - name: Build + - name: Test log4j-samples-android id: build shell: bash env: LOG4J_VERSION: ${{ inputs.log4j-version }} LOG4J_REPOSITORY_URL: ${{ inputs.log4j-repository-url }} run: | - log4j-samples-android/gradlew -p log4j-samples-android \ - --console plain \ Review Comment: Note: `--console plain` is not necessary here. It's automatically switching to that mode in CI environment. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org