From 5da7b25500b50bf321597b8931e426df9102ebe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 18 Jan 2022 16:10:03 +0100 Subject: [PATCH] Replace jCenter by mavenCentral --- .../buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle | 2 +- theodolite-benchmarks/hazelcastjet-commons/build.gradle | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle index 2e082c541..d9757fab5 100644 --- a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle +++ b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle @@ -7,7 +7,7 @@ plugins { } repositories { - jcenter() + mavenCentral() maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } diff --git a/theodolite-benchmarks/hazelcastjet-commons/build.gradle b/theodolite-benchmarks/hazelcastjet-commons/build.gradle index 2283e105d..934ebc5fa 100644 --- a/theodolite-benchmarks/hazelcastjet-commons/build.gradle +++ b/theodolite-benchmarks/hazelcastjet-commons/build.gradle @@ -3,7 +3,7 @@ plugins { } repositories { - jcenter() + mavenCentral() maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } @@ -20,5 +20,4 @@ dependencies { implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2' implementation 'io.confluent:kafka-avro-serializer:5.3.0' implementation 'org.slf4j:slf4j-api:1.7.25' - } \ No newline at end of file -- GitLab