There was an error while loading. Please reload this page.
1 parent cc0739e commit c1c7aa1Copy full SHA for c1c7aa1
1 file changed
multification-velocity/build.gradle.kts
@@ -5,6 +5,11 @@ plugins {
5
`multification-publish`
6
}
7
8
+java {
9
+ sourceCompatibility = JavaVersion.VERSION_21
10
+ targetCompatibility = JavaVersion.VERSION_21
11
+}
12
+
13
dependencies {
14
api(project(":multification-core"))
15
compileOnly("com.velocitypowered:velocity-api:${Versions.VELOCITY_API}")
0 commit comments