Finished promote/demote command untested

This commit is contained in:
2021-12-27 21:27:18 +01:00
parent abdd6fbfa4
commit 708c2ea185
7 changed files with 89 additions and 28 deletions
+1 -1
View File
@@ -2,7 +2,6 @@ plugins {
`java-library`
`maven-publish`
id("com.github.johnrengelman.shadow") version "7.1.0"
id("net.minecrell.plugin-yml.bukkit") version "0.5.1"
}
allprojects {
@@ -45,6 +44,7 @@ subprojects {
url = uri("https://repo.destro.xyz/snapshots/")
credentials(PasswordCredentials::class)
}
mavenCentral()
}
}
}