Skip to content

Commit d4d3b2b

Browse files
committed
Release v1.0.1
1 parent 43aad5e commit d4d3b2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

buildSrc/src/main/kotlin/multification-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()

multification-core/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ dependencies {
1111
api("org.jetbrains:annotations:24.1.0")
1212

1313
// TODO: Remove Spigot API, and use kyori in core. for Bukkit, create bukkit-platform.
14-
api("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
14+
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
15+
testImplementation("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
1516
}

0 commit comments

Comments
 (0)