Skip to content

Commit 3f7dd30

Browse files
added common plugins to runVelocity
1 parent deaf821 commit 3f7dd30

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@ tasks {
4646
dependsOn('build')
4747
systemProperty('com.mojang.eula.agree', 'true')
4848
velocityVersion("3.4.0-SNAPSHOT")
49+
downloadPlugins {
50+
url("https://github.com/ViaVersion/ViaBackwards/releases/download/5.3.2/ViaBackwards-5.3.2.jar")
51+
url("https://github.com/ViaVersion/ViaVersion/releases/download/5.3.2/ViaVersion-5.3.2.jar")
52+
url("https://github.com/zeroBzeroT/AnarchyQueue/releases/download/3.0.8/AnarchyQueue-3.0.8-INDEV.jar")
53+
}
4954
}
5055
}

0 commit comments

Comments
 (0)