From f454a89add1bf26efe39d82034d54cfa908ef3d7 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Fri, 6 Nov 2020 19:45:09 -0500 Subject: [PATCH] Stray space --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4a874c1..be8741e 100644 --- a/build.gradle +++ b/build.gradle @@ -10,14 +10,14 @@ java { repositories { mavenCentral() // This is needed for dependencies. /* - As Spigot-API depends on the Bungeecord ChatComponent-API, + As Spigot-API depends on the Bungeecord ChatComponent-API, we need to add the Sonatype OSS repository, as Gradle, in comparison to maven, doesn't want to understand the ~/.m2 directory unless added using mavenLocal(). Maven usually just gets it from there, as most people have run the BuildTools at least once. This is therefore not needed if you're using the full Spigot/CraftBukkit, or if you're using the Bukkit API. - */ + */ maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' } maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' } mavenLocal() // This is needed for CraftBukkit and Spigot.