Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Disables pmd in an attempt to get travis to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Feb 8, 2016
1 parent ddca1ad commit 7f64a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
subprojects {
apply plugin: 'java'
apply plugin: 'pmd'
//apply plugin: 'pmd'

group = 'org.daisy.dotify'

Expand Down Expand Up @@ -32,7 +32,7 @@ subprojects {
options.encoding = 'UTF-8'
options.links('http://docs.oracle.com/javase/7/docs/api/')
}

/*
pmd {
toolVersion = '5.1.3'
ignoreFailures = true
Expand All @@ -56,7 +56,7 @@ subprojects {
//'java-unusedcode',
]
ruleSetFiles = files("$rootProject.projectDir/custom-pmd-ruleset.xml")
}
}*/
}

task wrapper(type: Wrapper) {
Expand Down

0 comments on commit 7f64a6b

Please sign in to comment.