From a32f1fde348ccfc270c2f1e556a3637d8423e455 Mon Sep 17 00:00:00 2001 From: Matt <4009945+MattBDev@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:25:25 -0400 Subject: [PATCH] Removed redundant repository --- buildSrc/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index de4d0df68..67429b737 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,10 +8,6 @@ plugins { repositories { mavenCentral() gradlePluginPortal() - maven { - name = "EngineHub" - url = uri("https://maven.enginehub.org/repo/") - } } val properties = Properties().also { props ->