Skip to content

Commit 1ac668d

Browse files
Add URL of ViaProxy to runViaProxy task (ViaVersion#4215)
1 parent f503334 commit 1ac668d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ nb-configuration.xml
111111
### MacOS ###
112112
.DS_Store
113113

114-
### Run Folder ###
114+
### Run Folder (ViaProxy) ###
115115
common/run/

common/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ tasks.named<Jar>("sourcesJar") {
1919
from(project(":viaversion-api").sourceSets.main.get().allSource)
2020
}
2121

22-
// Task to quickly test/debug code changes using ViaProxy
22+
// Task to quickly test/debug code changes using https://github.com/ViaVersion/ViaProxy
23+
// For further instructions see the ViaProxy repository README
2324
tasks.register<JavaExec>("runViaProxy") {
2425
dependsOn(tasks.shadowJar)
2526

0 commit comments

Comments
 (0)