- Fixed nogui option causing crashes or ignoring jvm arguments

- updated dependency
You can now start the server like the following
This commit is contained in:
2024-09-28 18:39:02 +02:00
parent ab06ba0a76
commit b581c65fd9
2 changed files with 33 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group = "com.vaporvee"
version = "1.0"
version = "1.1.0"
repositories {
mavenCentral()
@@ -13,7 +13,7 @@ repositories {
dependencies {
implementation("org.apache.logging.log4j:log4j-api:2.24.0")
implementation("org.apache.logging.log4j:log4j-core:2.24.0")
implementation("com.google.code.gson:gson:2.8.8")
implementation("com.google.code.gson:gson:2.8.9")
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")