mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-30 21:17:53 +01:00
Remove data files as dependency
This commit is contained in:
parent
fd5f45adcd
commit
96e74cfba0
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user