We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c309e commit a3efeeaCopy full SHA for a3efeea
1 file changed
platform/platform-sportpaper/build.gradle.kts
@@ -2,6 +2,10 @@ plugins {
2
id("buildlogic.java-conventions")
3
}
4
5
+repositories {
6
+ maven("https://repo.viaversion.com") // ViaVersion
7
+}
8
+
9
dependencies {
10
implementation(project(":core"))
11
implementation(project(":util"))
0 commit comments