Add artifacts-tests module
^KTI-1103
This commit is contained in:
committed by
Space Team
parent
09a0905ffc
commit
d1e5b252c9
@@ -6909,6 +6909,12 @@
|
||||
<sha256 value="76d174792540e2775af94d03d10fb2d3c776e2cd0ac0ebf427d3e570072bb9ce" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.codehaus.plexus" name="plexus-utils" version="3.3.1">
|
||||
<artifact name="plexus-utils-3.3.1.jar">
|
||||
<md5 value="89d7dce81b0f90f469c7eec197ce299c" origin="Generated by Gradle"/>
|
||||
<sha256 value="4b570fcdbe5a894f249d2eb9b929358a9c88c3e548d227a80010461930222f2a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.codehaus.plexus" name="plexus-utils" version="3.4.1">
|
||||
<artifact name="plexus-utils-3.4.1.jar">
|
||||
<md5 value="c155c4135ef7ba134659bf1af31c5156" origin="Generated by Gradle"/>
|
||||
|
||||
@@ -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()
|
||||
+2
-1
@@ -262,7 +262,8 @@ include ":kotlin-imports-dumper-compiler-plugin",
|
||||
":wasm:wasm.tests",
|
||||
":wasm:wasm.frontend",
|
||||
":wasm:wasm.config",
|
||||
":repo:codebase-tests"
|
||||
":repo:codebase-tests",
|
||||
":repo:artifacts-tests"
|
||||
|
||||
include ":kotlin-atomicfu-compiler-plugin",
|
||||
":kotlin-atomicfu-compiler-plugin-embeddable",
|
||||
|
||||
Reference in New Issue
Block a user