Skip to content

Commit c1c7aa1

Browse files
committed
Enforce JDK 21 for Velocity module
1 parent cc0739e commit c1c7aa1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

multification-velocity/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ plugins {
55
`multification-publish`
66
}
77

8+
java {
9+
sourceCompatibility = JavaVersion.VERSION_21
10+
targetCompatibility = JavaVersion.VERSION_21
11+
}
12+
813
dependencies {
914
api(project(":multification-core"))
1015
compileOnly("com.velocitypowered:velocity-api:${Versions.VELOCITY_API}")

0 commit comments

Comments
 (0)