Merged David-B/herobrine-2:master into acecheesecr14/herobrine-2:bug-wolf-friendly
This commit is contained in:
commit
86784fd8f4
@ -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.
|
||||||
/*
|
/*
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user