Skip to content
Snippets Groups Projects
Commit a51be526 authored by Sören Henning's avatar Sören Henning
Browse files

Add missing repository

parent 0b8d9cc8
No related branches found
No related tags found
No related merge requests found
Pipeline #372 passed
......@@ -12,6 +12,18 @@ buildscript {
sourceCompatibility = "1.11"
targetCompatibility = "1.11"
allprojects {
repositories {
jcenter()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven {
url 'https://packages.confluent.io/maven/'
}
}
}
dependencies {
compile project(':')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment