File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -209,14 +209,14 @@ repositories {
209209}
210210dependencies {
211211 ...
212- compile 'com.nordstrom.tools:junit-foundation:11.2.0
213- '
214- }
215- ext {
216- junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
212+ compile 'com.nordstrom.tools:junit-foundation:11.2.0'
217213}
214+ //ext {
215+ // junitFoundation = configurations.compile.resolvedConfiguration.resolvedArtifacts.find { it.name == 'junit-foundation' }
216+ //}
218217test.doFirst {
219- jvmArgs "-javaagent:${junitFoundation.file}"
218+ jvmArgs "-javaagent:${classpath.find { it.name == 'junit-foundation' }.absolutePath}"
219+ // jvmArgs "-javaagent:${junitFoundation.file}"
220220}
221221test {
222222// debug true
You can’t perform that action at this time.
0 commit comments