Skip to content

Commit

Permalink
GEODE-6380: Making pmd.gradle more portable (apache#3194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmellawatt authored Feb 14, 2019
1 parent dd6cde7 commit c7f2983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/pmd.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
apply plugin: 'pmd'
pmd {
sourceSets = [sourceSets.main]
ruleSetFiles = files("${rootDir}/static-analysis/pmd/src/main/resources/geodepmd.xml")
ruleSetFiles = files("${project.projectDir}/../static-analysis/pmd/src/main/resources/geodepmd.xml")
ruleSets = []
}
dependencies {
Expand Down

0 comments on commit c7f2983

Please sign in to comment.