[Gradle, Test] Move mpp-sources-publication test data
This commit is contained in:
+1
-1
@@ -729,7 +729,7 @@ class HierarchicalMppIT : KGPBaseTest() {
|
|||||||
@DisplayName("Test sources publication of a multiplatform library")
|
@DisplayName("Test sources publication of a multiplatform library")
|
||||||
fun testSourcesPublication(gradleVersion: GradleVersion, @TempDir tempDir: Path) {
|
fun testSourcesPublication(gradleVersion: GradleVersion, @TempDir tempDir: Path) {
|
||||||
project(
|
project(
|
||||||
"mpp-sources-publication",
|
"mpp-sources-publication/producer",
|
||||||
gradleVersion = gradleVersion,
|
gradleVersion = gradleVersion,
|
||||||
localRepoDir = tempDir
|
localRepoDir = tempDir
|
||||||
).run {
|
).run {
|
||||||
|
|||||||
+14
@@ -0,0 +1,14 @@
|
|||||||
|
pluginManagement {
|
||||||
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
|
gradlePluginPortal()
|
||||||
|
}
|
||||||
|
plugins {
|
||||||
|
val kotlin_version: String by settings
|
||||||
|
val test_fixes_version: String by settings
|
||||||
|
kotlin("multiplatform").version(kotlin_version)
|
||||||
|
id("org.jetbrains.kotlin.test.fixes.android") version test_fixes_version
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
rootProject.name = "lib"
|
||||||
Reference in New Issue
Block a user