diff --git a/.gitignore b/.gitignore index 7287f8bab..15b6889e0 100644 --- a/.gitignore +++ b/.gitignore @@ -111,5 +111,5 @@ nb-configuration.xml ### MacOS ### .DS_Store -### Run Folder ### +### Run Folder (ViaProxy) ### common/run/ diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 1fdb33b8d..5415fdfb4 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -19,7 +19,8 @@ tasks.named("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("runViaProxy") { dependsOn(tasks.shadowJar)