From e37e0721447e8646a06c5bf7451abc9d5e4ce8a6 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Wed, 17 Jun 2020 11:25:38 +0200 Subject: [PATCH] removed redundant repository declaration in build script --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fd37bf4..3ab1bf1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -147,10 +147,6 @@ configure(javaProjects) { withJavadocJar() } - repositories { - mavenCentral() - } - dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.5.1") testImplementation("com.tngtech.archunit:archunit-junit5:0.13.1")