Skip to content

Commit f665849

Browse files
committed
feat(bukkit): add support for 1.20.6
1 parent 444d96b commit f665849

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44
`kotlin-dsl`
55
`java-library`
66
kotlin("jvm") version "2.0.0"
7-
id("io.github.goooler.shadow") version "8.1.7"
87
}
98

109
repositories {
@@ -13,8 +12,9 @@ repositories {
1312
}
1413

1514
dependencies {
16-
implementation("com.github.johnrengelman:shadow:8.1.1")
1715
implementation(gradleApi())
16+
implementation("com.github.johnrengelman:shadow:8.1.1")
17+
// implementation("io.github.goooler.shadow:shadow-gradle-plugin:8.1.7")
1818
}
1919

2020
val properties = Properties().also { props ->

buildSrc/src/main/kotlin/org/sayandev/Repositories.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ val placeholderAPI = Dependency(
102102
modules = listOf(Module.BUKKIT)
103103
)
104104

105-
const val stickynoteVersion = "1.0.32"
105+
const val stickynoteVersion = "1.0.34"
106106

107107
val stickynoteCore = Dependency(
108108
group = "org.sayandev",

0 commit comments

Comments
 (0)