mirror of
https://github.com/Minestom/Minestom.git
synced 2025-04-17 01:26:43 +02:00
Temporarily fix build
This commit is contained in:
parent
787162bbe2
commit
731a1006a7
@ -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")}"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user