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 {