.
This commit is contained in:
parent
ac804b6c5b
commit
8897579a12
7 changed files with 165 additions and 52 deletions
|
|
@ -10,9 +10,24 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.1")
|
||||
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:6.1.1")
|
||||
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
|
||||
testImplementation("org.junit.platform:junit-platform-launcher:6.1.1")
|
||||
testImplementation("net.kyori:adventure-api:5.2.0")
|
||||
|
||||
compileOnly("net.kyori:adventure-api:5.2.0")
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
useJUnitPlatform()
|
||||
testLogging {
|
||||
showStandardStreams = true
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("KenCommandAPI") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue