Skip to content

Commit af8fbd9

Browse files
committed
Add test classpaths
1 parent 4674a0b commit af8fbd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugins/repository-hdfs/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ configurations {
3737
attribute(patched, true)
3838
}
3939
}
40+
testCompileClasspath {
41+
attributes {
42+
attribute(patched, true)
43+
}
44+
}
45+
testRuntimeClasspath {
46+
attributes {
47+
attribute(patched, true)
48+
}
49+
}
4050
}
4151

4252
dependencies {

0 commit comments

Comments
 (0)