diff --git a/build.gradle.kts b/build.gradle.kts index 8fd10b2d..654aefac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ plugins { repositories { jcenter() - maven(" https://repo.codemc.io/repository/maven-snapshots/") + maven("https://repo.codemc.io/repository/maven-snapshots/") mavenLocal() // to get the locally available binaries of spigot (use the BuildTools) }