Merged David-B/herobrine-2:master into acecheesecr14/herobrine-2:bug-wolf-friendly

This commit is contained in:
Cory Redmond 2020-11-07 18:48:51 +00:00
commit 86784fd8f4
2 changed files with 14 additions and 9 deletions

View File

@ -2,6 +2,11 @@ plugins {
id 'java-library' id 'java-library'
} }
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
repositories { repositories {
mavenCentral() // This is needed for dependencies. mavenCentral() // This is needed for dependencies.
/* /*

View File

@ -7,4 +7,4 @@
* in the user manual at https://docs.gradle.org/6.7/userguide/multi_project_builds.html * in the user manual at https://docs.gradle.org/6.7/userguide/multi_project_builds.html
*/ */
rootProject.name = 'Herobrine' rootProject.name = 'Herobrine 2'