From 145f5537706863b70a8b2d78d872c26e7901c128 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Mon, 5 Oct 2020 16:41:42 +0200 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3351c83f..de03c679 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,8 +44,9 @@ plugins { repositories { mavenCentral() - mavenLocal() // for retrieving the local available binaries of spigot (use the BuildTools) jcenter() + + mavenLocal() // to get the locally available binaries of spigot (use the BuildTools) } dependencies {