Skip to content

Commit

Permalink
slight build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vytskalt committed Mar 16, 2024
1 parent 408a379 commit 715c287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ subprojects {

dependencies {
compileOnly("org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT")
testImplementation("org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT")

val adventureVersion = "4.16.0"
compileOnly("net.kyori:adventure-api:$adventureVersion")
compileOnly("net.kyori:adventure-text-serializer-legacy:$adventureVersion")
compileOnly("net.kyori:adventure-text-serializer-gson:$adventureVersion")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")

testImplementation("org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT")
testImplementation("net.kyori:adventure-api:$adventureVersion")

val jupiterVersion = "5.10.2"
testImplementation("org.junit.jupiter:junit-jupiter-api:$jupiterVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$jupiterVersion")
}

tasks.withType<JavaCompile>().configureEach {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rootProject.name = "scoreboard-library"
include(":api")
include(":commons")
include(":implementation")
include("extra-kotlin")
include(":extra-kotlin")

include(":packet-adapter-base")
project(":packet-adapter-base").projectDir = file("versions/packet-adapter-base")
Expand Down

0 comments on commit 715c287

Please sign in to comment.