Remove data files as dependency

This commit is contained in:
TheMode 2021-06-17 12:14:14 +02:00
parent fd5f45adcd
commit 96e74cfba0

View File

@ -39,9 +39,7 @@ allprojects {
maven { maven {
url "https://repo.velocitypowered.com/snapshots/" url "https://repo.velocitypowered.com/snapshots/"
} }
maven { //maven { url "https://repo.minestom.com/repository/maven-public/" }
url "https://repo.minestom.com/repository/maven-public/"
}
} }
javadoc { javadoc {
options { options {
@ -175,7 +173,7 @@ dependencies {
} }
// This is the data Minestom uses. from https://github.com/Minestom/MinestomDataGenerator // This is the data Minestom uses. from https://github.com/Minestom/MinestomDataGenerator
api "net.minestom:minestom-data-full:${rootProject.properties.get("mcVersion")}" //api "net.minestom:minestom-data-full:${rootProject.properties.get("mcVersion")}"
api "com.github.Minestom:DependencyGetter:v1.0.1" api "com.github.Minestom:DependencyGetter:v1.0.1"