Skip to content

Commit

Permalink
Fix jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinShalit committed Aug 24, 2017
1 parent 960f82f commit 0ae0530
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api/api.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ dependencies {
implementation(group = "edu.wpi.first.ntcore", name = "ntcore-jni", version = "3.1.7-20170808143930-12-gccfeab5", classifier = "all")
}

if (project.hasProperty("testClasses")) {
junitPlatform {
filters {
includeClassNamePattern(project.property("testClasses").toString())
}
}
}

/*
* Allows you to run the UI tests in headless mode by calling gradle with the -Pheadless argument
*/
Expand Down

0 comments on commit 0ae0530

Please sign in to comment.