Remove scanning for test classes.

This commit is contained in:
Joey Lawrance 2014-09-30 15:06:36 -04:00
parent 5b5de5938f
commit 928db0e8fd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ apply plugin: 'sonar-runner'
mainClassName = "com.cburch.logisim.Main"
version = '2.7.2'
description = 'Logisim: Logic Simulator'
test.scanForTestClasses = false
task wrapper(type: Wrapper) {
gradleVersion = '1.8'