Fix dependency

This commit is contained in:
TheMode 2021-06-17 12:23:16 +02:00
parent ff28c29ecd
commit b51362aa74
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,6 @@ allprojects {
maven {
url "https://repo.velocitypowered.com/snapshots/"
}
//maven { url "https://repo.minestom.com/repository/maven-public/" }
}
javadoc {
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"
// Adventure, for user-interface

View File

@ -13,6 +13,10 @@ application {
mainClass.set("net.minestom.codegen.Generators")
}
repositories {
maven { url "https://repo.minestom.net/repository/maven-public/" }
}
dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.jetbrains:annotations:20.1.0'