Skip to content

Commit 9bbd889

Browse files
committed
Release v1.0.1
1 parent 081a61f commit 9bbd889

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

buildSrc/src/main/kotlin/commons-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.0.1-SNAPSHOT"
7+
version = "1.0.1"
88

99
java {
1010
withSourcesJar()

eternalcode-commons-bukkit/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ plugins {
88

99
dependencies {
1010
api(project(":eternalcode-commons-shared"))
11-
api("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
11+
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
12+
api("org.jetbrains:annotations:24.1.0")
1213
api("net.kyori:adventure-api:4.15.0")
1314
}
1415

0 commit comments

Comments
 (0)