Add URL of ViaProxy to runViaProxy task (#4215)

This commit is contained in:
EnZaXD 2024-10-30 09:39:15 +01:00 committed by GitHub
parent f5033342c9
commit 1ac668d9f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

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

View File

@ -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)