Fixed a critical bug with the Management Server (no more lockouts weeee)

This commit is contained in:
ceikry
2021-07-13 21:12:07 -05:00
parent eafc281439
commit 31479d811f
6 changed files with 68 additions and 6 deletions
+7 -1
View File
@@ -4,11 +4,17 @@ archivesBaseName = 'managementserver'
mainClassName = 'ms.Management'
repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.guava:guava:29.0-jre'
implementation "com.github.ajalt.mordant:mordant:2.0.0-alpha2"
implementation "org.jetbrains:markdown-jvm:0.2.0"
implementation 'mysql:mysql-connector-java:8.0.21'
}
jar {
manifest {
attributes 'Main-Class': 'ms.Management'