File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/org/sayandev Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
4
4
`kotlin- dsl`
5
5
`java- library`
6
6
kotlin(" jvm" ) version " 2.0.0"
7
- id(" io.github.goooler.shadow" ) version " 8.1.7"
8
7
}
9
8
10
9
repositories {
@@ -13,8 +12,9 @@ repositories {
13
12
}
14
13
15
14
dependencies {
16
- implementation(" com.github.johnrengelman:shadow:8.1.1" )
17
15
implementation(gradleApi())
16
+ implementation(" com.github.johnrengelman:shadow:8.1.1" )
17
+ // implementation("io.github.goooler.shadow:shadow-gradle-plugin:8.1.7")
18
18
}
19
19
20
20
val properties = Properties ().also { props ->
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ val placeholderAPI = Dependency(
102
102
modules = listOf (Module .BUKKIT )
103
103
)
104
104
105
- const val stickynoteVersion = " 1.0.32 "
105
+ const val stickynoteVersion = " 1.0.34 "
106
106
107
107
val stickynoteCore = Dependency (
108
108
group = " org.sayandev" ,
You can’t perform that action at this time.
0 commit comments