Skip to content

Commit

Permalink
fixed codenarc file
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Nov 18, 2012
1 parent 713cb0c commit 65098c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Expand Up @@ -11,6 +11,7 @@ ext.codenarcPriority3Violations = 983 // progress ..
ext.codenarcRuleSetFiles = [ 'core/codenarc.groovy' ]
ext.codenarcSources = [ 'src/main', 'src/test' ]
ext.codenarcReportType = 'xml'
ext.codenarcReportFile = 'codenarc.xml'
apply from: 'https://raw.github.com/evgeny-goldin/gradle-plugins/master/codenarc/CodeNarc.gradle'

sourceCompatibility = 1.6
Expand Down

0 comments on commit 65098c5

Please sign in to comment.