Skip to content

Commit 9decd01

Browse files
committed
Add testImplementation.
1 parent d9f5d27 commit 9decd01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.2-SNAPSHOT"
7+
version = "1.0.1"
88

99
java {
1010
withSourcesJar()

eternalcode-commons-bukkit/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ plugins {
99
dependencies {
1010
api(project(":eternalcode-commons-shared"))
1111
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
12+
testImplementation("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
1213
api("org.jetbrains:annotations:24.1.0")
1314
api("net.kyori:adventure-api:4.15.0")
1415
}

0 commit comments

Comments
 (0)