Skip to content

Commit 7dc51ae

Browse files
committed
[publish] chore(bukkit/nms): update takenaka to 1.2.2 in catalog
1 parent 6dbcfb0 commit 7dc51ae

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "org.sayandev"
9-
version = "1.8.9.23"
9+
version = "1.8.9.24"
1010
description = "A modular Kotlin framework for Minecraft: JE"
1111

1212
plugins.apply("maven-publish")

gradle/libs.versions.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ placeholderapi = "2.11.6"
4242

4343
# bukkit - nms
4444
packetevents-spigot = "2.6.0"
45-
takenaka = "1.2.0"
45+
takenaka = "1.2.2"
4646

4747
# proxy - velocity
4848
velocity = "3.3.0-SNAPSHOT"
@@ -119,6 +119,9 @@ libby-bungee = { group = "com.alessiodp.libby", name = "libby-bungee", version.r
119119
mccoroutines-bungeecord-api = { group = "com.github.shynixn.mccoroutine", name = "mccoroutine-bungeecord-api", version.ref = "mccoroutines" }
120120
mccoroutines-bungeecord-core = { group = "com.github.shynixn.mccoroutine", name = "mccoroutine-bungeecord-core", version.ref = "mccoroutines" }
121121

122+
[plugins]
123+
takenaka = { id = "me.kcra.takenaka.accessor", version.ref = "takenaka" }
124+
122125
[bundles]
123126
kotlin-poet = ["kotlin-poet-kotlin", "kotlin-poet-java"]
124127
configurate = ["configurate-yaml", "configurate-extra-kotlin"]

stickynote-bukkit/stickynote-bukkit-nms/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import java.util.function.Function
1111
import java.util.function.UnaryOperator
1212

1313
plugins {
14-
id("me.kcra.takenaka.accessor") version "1.2.2"
14+
alias(libs.plugins.takenaka)
1515
}
1616

1717
repositories {

0 commit comments

Comments
 (0)