Skip to content

Commit

Permalink
don't need to run codenarc on Java modules
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Oct 28, 2013
1 parent 888a89b commit 1302adc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/javaModule.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies {
}

apply from: "$rootDir/gradle/checkstyle.gradle"
apply from: "$rootDir/gradle/codenarc.gradle"

test {
testLogging {
Expand Down

0 comments on commit 1302adc

Please sign in to comment.