forked from 2009Scape/Server
Fixed a critical bug with the Management Server (no more lockouts weeee)
This commit is contained in:
parent
cc3b7546d4
commit
127ebc242e
6 changed files with 68 additions and 6 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue