Add artifacts-tests module
^KTI-1103
This commit is contained in:
committed by
Space Team
parent
09a0905ffc
commit
d1e5b252c9
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testApi(kotlinStdlib("jdk8"))
|
||||
testImplementation(project(":kotlin-test:kotlin-test-junit5"))
|
||||
testApiJUnit5()
|
||||
testImplementation("org.apache.maven:maven-model:3.8.7")
|
||||
}
|
||||
|
||||
projectTest(jUnitMode = JUnitMode.JUnit5) {
|
||||
workingDir = rootDir
|
||||
useJUnitPlatform { }
|
||||
}
|
||||
|
||||
testsJar()
|
||||
Reference in New Issue
Block a user