We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8c298 commit 53f727cCopy full SHA for 53f727c
README.md
@@ -211,12 +211,8 @@ dependencies {
211
...
212
compile 'com.nordstrom.tools:junit-foundation:11.2.0'
213
}
214
-//ext {
215
-// junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
216
-//}
217
test.doFirst {
218
jvmArgs "-javaagent:${classpath.find { it.name == 'junit-foundation' }.absolutePath}"
219
-// jvmArgs "-javaagent:${junitFoundation.file}"
220
221
test {
222
// debug true
0 commit comments