Skip to content

Commit

Permalink
ci: enable PMD checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed Aug 11, 2024
1 parent 902e31c commit 3c0bb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pipeline {

stage('Analytics') {
steps {
sh './gradlew --console=plain check -x test -x pmdMain -x pmdTest -x pmdJmh' // TODO: Probably more cleanly remove PMD overall if no use?
sh './gradlew --console=plain check -x test'
}
post {
always {
Expand Down

0 comments on commit 3c0bb84

Please sign in to comment.