We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f503334 commit 1ac668dCopy full SHA for 1ac668d
.gitignore
@@ -111,5 +111,5 @@ nb-configuration.xml
111
### MacOS ###
112
.DS_Store
113
114
-### Run Folder ###
+### Run Folder (ViaProxy) ###
115
common/run/
common/build.gradle.kts
@@ -19,7 +19,8 @@ tasks.named<Jar>("sourcesJar") {
19
from(project(":viaversion-api").sourceSets.main.get().allSource)
20
}
21
22
-// Task to quickly test/debug code changes using ViaProxy
+// Task to quickly test/debug code changes using https://github.com/ViaVersion/ViaProxy
23
+// For further instructions see the ViaProxy repository README
24
tasks.register<JavaExec>("runViaProxy") {
25
dependsOn(tasks.shadowJar)
26
0 commit comments