Skip to content

Instantly share code, notes, and snippets.

@rpau
Created April 3, 2018 19:35
Show Gist options
  • Save rpau/c2700603459b2f9e9257c21167522bd1 to your computer and use it in GitHub Desktop.
Save rpau/c2700603459b2f9e9257c21167522bd1 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'org.walkmod:gradle-walkmod-plugin:0.0.3'
}
}
apply plugin: 'java'
apply plugin: 'walkmod'
walkmod {
chains = ['pmd']
properties = 'configurationFile=src/main/resources/ruleset.xml'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment