[Gradle IT] Added configuration for running IT with k/n from master
[Gradle] Updated kotlin-build-gradle-plugin to 0.0.40 #KT-45978 Ready for Review Merge-request: KT-MR-12509 Merged-by: Dmitrii Krasnov <Dmitrii.Krasnov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
80485809d9
commit
10a6d8fd2c
@@ -77,14 +77,4 @@ tasks {
|
||||
systemProperty("konan.home", project.project(":kotlin-native").projectDir)
|
||||
environment["LIBCLANG_DISABLE_CRASH_RECOVERY"] = "1"
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" {
|
||||
kotlin {
|
||||
srcDir(project.kotlinNativeVersionSrc())
|
||||
srcDir("../../shared/src/library/kotlin")
|
||||
srcDir("../../shared/src/main/kotlin")
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
cacheRedirectorEnabled=true
|
||||
bootstrap.kotlin.default.version=1.9.0-dev-877
|
||||
kotlin.build.gradlePlugin.version=0.0.39
|
||||
kotlin.build.gradlePlugin.version=0.0.40
|
||||
|
||||
kotlin.native.enabled=true
|
||||
@@ -41,7 +41,6 @@ def globalProperties = new java.util.Properties()
|
||||
ext.kotlin_root = project.file("../..").absolutePath
|
||||
project.logger.info("kotlin_root: $kotlin_root")
|
||||
globalProperties.load(new java.io.FileReader(project.file("$kotlin_root/gradle.properties")))
|
||||
ext.kotlinNativeVersionInResources = true
|
||||
|
||||
def konanDataDir = project.hasProperty('konan.data.dir') ? project.property('konan.data.dir').toString() : null
|
||||
def platformManager = new PlatformManager(DistributionKt.buildDistribution(UtilsKt.getKotlinNativeDist(project).path, konanDataDir), false)
|
||||
|
||||
@@ -1 +1 @@
|
||||
kotlin.build.gradlePlugin.version=0.0.39
|
||||
kotlin.build.gradlePlugin.version=0.0.40
|
||||
@@ -1 +1 @@
|
||||
kotlin.build.gradlePlugin.version=0.0.39
|
||||
kotlin.build.gradlePlugin.version=0.0.40
|
||||
|
||||
@@ -1 +1 @@
|
||||
kotlin.build.gradlePlugin.version=0.0.39
|
||||
kotlin.build.gradlePlugin.version=0.0.40
|
||||
|
||||
@@ -1 +1 @@
|
||||
kotlin.build.gradlePlugin.version=0.0.39
|
||||
kotlin.build.gradlePlugin.version=0.0.40
|
||||
|
||||
Reference in New Issue
Block a user