apply plugin: 'maven' sourceCompatibility = 1.7 targetCompatibility = 1.7 repositories { mavenLocal() mavenCentral() // ... } dependencies { // ... compile 'com.nordstrom.tools:junit-foundation:17.0.3' } test { // debug true jvmArgs "-javaagent:${classpath.find { it.name.contains('jun...