Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Feb 11, 2024
1 parent 43aad5e commit d4d3b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/multification-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.0.1-SNAPSHOT"
version = "1.0.1"

java {
withSourcesJar()
Expand Down
3 changes: 2 additions & 1 deletion multification-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ dependencies {
api("org.jetbrains:annotations:24.1.0")

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

0 comments on commit d4d3b2b

Please sign in to comment.