Skip to content

Commit 003b88c

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # build.gradle.kts
2 parents 6c6bb3f + 7dc51ae commit 003b88c

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ allprojects {
3232
name = "sayandev"
3333
url = uri("https://repo.sayandev.org/snapshots")
3434
}
35+
maven {
36+
name = "sayandev"
37+
url = uri("https://repo.sayandev.org/releases")
38+
}
3539
maven {
3640
name = "extendedclip"
3741
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")

gradle/libs.versions.toml

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

4444
# bukkit - nms
4545
packetevents-spigot = "2.6.0"
46-
takenaka = "1.2.0"
46+
takenaka = "1.2.2"
4747

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

124+
[plugins]
125+
takenaka = { id = "me.kcra.takenaka.accessor", version.ref = "takenaka" }
126+
124127
[bundles]
125128
kotlin-poet = ["kotlin-poet-kotlin", "kotlin-poet-java"]
126129
configurate = ["configurate-yaml", "configurate-extra-kotlin"]

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ pluginManagement {
22
repositories {
33
gradlePluginPortal()
44

5+
// sayandev
6+
maven("https://repo.sayandev.org/releases")
57
// Takenaka
68
maven("https://repo.screamingsandals.org/public")
79
maven("https://repo.screamingsandals.org/snapshots")

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.1-SNAPSHOT"
14+
alias(libs.plugins.takenaka)
1515
}
1616

1717
repositories {

0 commit comments

Comments
 (0)