Skip to content

Commit 791c56b

Browse files
committed
Add hdfs3 fixture too
1 parent affaf73 commit 791c56b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ configurations {
2020
attribute(patched, true)
2121
}
2222
}
23-
hdfs3
23+
hdfs3 {
24+
attributes {
25+
attribute(patched, true)
26+
}
27+
}
2428
consumable("shadowedHdfs2")
2529
}
2630

0 commit comments

Comments
 (0)