mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 10:35:12 +01:00
Add URL of ViaProxy to runViaProxy task (#4215)
This commit is contained in:
parent
f5033342c9
commit
1ac668d9f2
2
.gitignore
vendored
2
.gitignore
vendored
@ -111,5 +111,5 @@ nb-configuration.xml
|
||||
### MacOS ###
|
||||
.DS_Store
|
||||
|
||||
### Run Folder ###
|
||||
### Run Folder (ViaProxy) ###
|
||||
common/run/
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user