Skip to content

Commit b5ec58c

Browse files
authored
Remove bintray references
1 parent d8cb657 commit b5ec58c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clusters for unit/integration testing.
1111
### Add dependency
1212
First 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
3131
repositories {
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+
```

0 commit comments

Comments
 (0)