bdemers commented on code in PR #821: URL: https://github.com/apache/directory-scimple/pull/821#discussion_r2135982145
########## .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 ``` I don't know why this failed on CI, it works fine locally. Maybe it's some odd shell issue? removing the extra space here, but I don't expect this to do anything. @clayburn any ideas? -- 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