Skip to content

Commit df3e43b

Browse files
committed
feat: Add velocity commandapi kotlin
1 parent 4f9cc9b commit df3e43b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ javaVersion=21
77
mcVersion=1.21.4
88

99
group=dev.slne.surf
10-
version=1.21.4-2.0.9-SNAPSHOT
10+
version=1.21.4-2.0.10-SNAPSHOT
1111
relocationPrefix=dev.slne.surf.surfapi.libs

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ commandapi-bukkit = { module = "dev.jorel:commandapi-bukkit-plugin", version.ref
8282
commandapi-bukkit-kotlin = { module = "dev.jorel:commandapi-bukkit-kotlin", version.ref = "commandapi" }
8383
commandapi-core = { module = "dev.jorel:commandapi-core", version.ref = "commandapi" }
8484
commandapi-velocity = { module = "dev.jorel:commandapi-velocity-core", version.ref = "commandapi-snapshot" }
85+
commandapi-velocity-kotlin = { module = "dev.jorel:commandapi-velocity-kotlin", version.ref = "commandapi-snapshot" }
8586

8687
# Scoreboard Library
8788
scoreboard-library-api = { module = "net.megavex:scoreboard-library-api", version.ref = "scoreboard-library" }

surf-api-velocity/surf-api-velocity-api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies {
99
compileOnlyApi(libs.velocity.api)
1010
compileOnlyApi(libs.packetevents.velocity)
1111
compileOnlyApi(libs.commandapi.velocity)
12+
api(libs.commandapi.velocity.kotlin)
1213
}
1314

1415
description = "surf-api-velocity-api"

0 commit comments

Comments
 (0)