mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 12:07:42 +01:00
Fix dependency
This commit is contained in:
parent
ff28c29ecd
commit
b51362aa74
@ -39,7 +39,6 @@ allprojects {
|
|||||||
maven {
|
maven {
|
||||||
url "https://repo.velocitypowered.com/snapshots/"
|
url "https://repo.velocitypowered.com/snapshots/"
|
||||||
}
|
}
|
||||||
//maven { url "https://repo.minestom.com/repository/maven-public/" }
|
|
||||||
}
|
}
|
||||||
javadoc {
|
javadoc {
|
||||||
options {
|
options {
|
||||||
@ -172,9 +171,6 @@ dependencies {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the data Minestom uses. from https://github.com/Minestom/MinestomDataGenerator
|
|
||||||
//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"
|
||||||
|
|
||||||
// Adventure, for user-interface
|
// Adventure, for user-interface
|
||||||
|
@ -13,6 +13,10 @@ application {
|
|||||||
mainClass.set("net.minestom.codegen.Generators")
|
mainClass.set("net.minestom.codegen.Generators")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url "https://repo.minestom.net/repository/maven-public/" }
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.google.code.gson:gson:2.8.6'
|
implementation 'com.google.code.gson:gson:2.8.6'
|
||||||
implementation 'org.jetbrains:annotations:20.1.0'
|
implementation 'org.jetbrains:annotations:20.1.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user