File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ clusters for unit/integration testing.
1111### Add dependency
1212First you need to add the kindcontainer dependency to your build. Kindcontainer is available on maven central.
1313#### Maven
14- Add the bintray repo and the kindcontainer dependency:
14+ Add the kindcontainer dependency:
1515``` xml
1616<project >
1717 <dependencies >
@@ -26,7 +26,7 @@ Add the bintray repo and the kindcontainer dependency:
2626```
2727
2828#### Gradle
29- Add the bintray repo and the kindcontainer dependency:
29+ Add the kindcontainer dependency:
3030``` groovy
3131repositories {
3232 // Since 0.0.13 kindcontainer is on maven central
@@ -49,4 +49,4 @@ public class SomeKubernetesTest {
4949 System . out. println(KUBE . client());
5050 }
5151}
52- ```
52+ ```
You can’t perform that action at this time.
0 commit comments