Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-24 15:20:15 +01:00
Add URL of ViaProxy to runViaProxy task (#4215)
Dieser Commit ist enthalten in:
Ursprung
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)
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren