Merged David-B/herobrine-2:master into acecheesecr14/herobrine-2:bug-wolf-friendly
This commit is contained in:
commit
86784fd8f4
21
build.gradle
21
build.gradle
@ -2,17 +2,22 @@ plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral() // This is needed for dependencies.
|
||||
/*
|
||||
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.
|
||||
*/
|
||||
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.
|
||||
|
@ -7,4 +7,4 @@
|
||||
* in the user manual at https://docs.gradle.org/6.7/userguide/multi_project_builds.html
|
||||
*/
|
||||
|
||||
rootProject.name = 'Herobrine'
|
||||
rootProject.name = 'Herobrine 2'
|
||||
|
Loading…
Reference in New Issue
Block a user