Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from onepf/gradle-commons
Browse files Browse the repository at this point in the history
Gradle commons
  • Loading branch information
Roman Savin committed Jul 1, 2015
2 parents b7cb35b + 2b4d64b commit d446c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opf-commons.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ check {
abortOnError true

checkstyle {
config resources.text.fromString('https://raw.githubusercontent.com/onepf/OPF-mvn-repo/master/config/checkstyle.xml'.toURL().text)
config resources.text.fromString(urlCache.get('https://raw.githubusercontent.com/onepf/OPF-mvn-repo/master/config/checkstyle.xml').toURL().text)
}

pmd {
config resources.text.fromString('https://raw.githubusercontent.com/onepf/OPF-mvn-repo/master/config/pmd.xml'.toURL().text)
config resources.text.fromString(urlCache.get('https://raw.githubusercontent.com/onepf/OPF-mvn-repo/master/config/pmd.xml').toURL().text)
}
}

Expand Down

0 comments on commit d446c6e

Please sign in to comment.