We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f5d27 commit 9decd01Copy full SHA for 9decd01
buildSrc/src/main/kotlin/commons-publish.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "com.eternalcode"
7
-version = "1.0.2-SNAPSHOT"
+version = "1.0.1"
8
9
java {
10
withSourcesJar()
eternalcode-commons-bukkit/build.gradle.kts
@@ -9,6 +9,7 @@ plugins {
dependencies {
api(project(":eternalcode-commons-shared"))
11
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
12
+ testImplementation("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
13
api("org.jetbrains:annotations:24.1.0")
14
api("net.kyori:adventure-api:4.15.0")
15
0 commit comments