Temporarily fix build

This commit is contained in:
TheMode 2021-06-18 20:06:29 +02:00
parent 787162bbe2
commit 731a1006a7
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ application {
}
repositories {
maven { url "https://repo.minestom.net/repository/maven-public/" }
//maven { url "https://repo.minestom.net/repository/maven-public/" }
}
dependencies {
@ -26,7 +26,7 @@ dependencies {
// SLF4J is the base logger for most libraries, therefore we can hook it into log4j2.
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'
// This is the data Minestom uses. from https://github.com/Minestom/MinestomDataGenerator
implementation "net.minestom:minestom-data-full:${rootProject.properties.get("mcVersion")}"
//implementation "net.minestom:minestom-data-full:${rootProject.properties.get("mcVersion")}"
}