3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-12-24 15:20:15 +01:00

Add URL of ViaProxy to runViaProxy task (#4215)

Dieser Commit ist enthalten in:
EnZaXD 2024-10-30 09:39:15 +01:00 committet von GitHub
Ursprung f5033342c9
Commit 1ac668d9f2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen

2
.gitignore vendored
Datei anzeigen

@ -111,5 +111,5 @@ nb-configuration.xml
### MacOS ###
.DS_Store
### Run Folder ###
### Run Folder (ViaProxy) ###
common/run/

Datei anzeigen

@ -19,7 +19,8 @@ tasks.named<Jar>("sourcesJar") {
from(project(":viaversion-api").sourceSets.main.get().allSource)
}
// Task to quickly test/debug code changes using ViaProxy
// Task to quickly test/debug code changes using https://github.com/ViaVersion/ViaProxy
// For further instructions see the ViaProxy repository README
tasks.register<JavaExec>("runViaProxy") {
dependsOn(tasks.shadowJar)