bdemers commented on code in PR #821: URL: https://github.com/apache/directory-scimple/pull/821#discussion_r2136005167
########## .github/workflows/codeql-analysis.yml: ########## @@ -62,7 +62,9 @@ jobs: languages: ${{ matrix.language }} - name: Maven Build - run: ./mvnw verify pmd:aggregate-pmd -Pci + run: ./mvnw verify pmd:aggregate-pmd -Pci \ + -Ddevelocity.cache.local.enabled=false \ + -Ddevelocity.cache.remote.enabled=false Review Comment: ```suggestion run: | ./mvnw verify pmd:aggregate-pmd -Pci \ -Ddevelocity.cache.local.enabled=false \ -Ddevelocity.cache.remote.enabled=false ``` -- 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: dev-unsubscr...@directory.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org