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

Commit

Permalink
Exclude tests from codenarc
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Apr 8, 2015
1 parent 61e6431 commit 1cbc610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ test {
}
}

codenarcMain {
exclude "scr/test/**"
}

task sourceJar(type: Jar) {
description = 'An archive of the source code for Maven Central'
classifier = 'sources'
Expand Down

0 comments on commit 1cbc610

Please sign in to comment.