Skip to content

Commit 53f727c

Browse files
authored
Remove disabled content from Gradle config example
1 parent 1d8c298 commit 53f727c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,8 @@ dependencies {
211211
...
212212
compile 'com.nordstrom.tools:junit-foundation:11.2.0'
213213
}
214-
//ext {
215-
// junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
216-
//}
217214
test.doFirst {
218215
jvmArgs "-javaagent:${classpath.find { it.name == 'junit-foundation' }.absolutePath}"
219-
// jvmArgs "-javaagent:${junitFoundation.file}"
220216
}
221217
test {
222218
// debug true

0 commit comments

Comments
 (0)