more commands, config loading

This commit is contained in:
Sen 2025-06-09 19:38:41 +02:00
parent 29e9ab8cb8
commit e7aab16773
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
14 changed files with 324 additions and 30 deletions

View file

@ -29,5 +29,5 @@ application {
tasks.shadowJar {
destinationDirectory = rootProject.file("dev")
archiveFileName = "vloginproxy.jar"
archiveFileName = "vproxy.jar"
}