[KPM] kotlin-gradle-plugin-idea: bump minimalBackwardsCompatibleVersion
KT-51262 KT-51220
This commit is contained in:
committed by
Space
parent
06b2f83774
commit
17c6274bf0
@@ -6222,9 +6222,9 @@
|
|||||||
<sha256 value="f7b3e12bca5c58ad5412e419f823b072b2debed943446805176b0dd44f7242a3" origin="Generated by Gradle"/>
|
<sha256 value="f7b3e12bca5c58ad5412e419f823b072b2debed943446805176b0dd44f7242a3" origin="Generated by Gradle"/>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
||||||
<component group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-idea" version="1.7.0-dev-1892">
|
<component group="org.jetbrains.kotlin" name="kotlin-gradle-plugin-idea" version="1.7.0-dev-1924">
|
||||||
<artifact name="kotlin-gradle-plugin-idea-1.7.0-dev-1892.jar">
|
<artifact name="kotlin-gradle-plugin-idea-1.7.0-dev-1924.jar">
|
||||||
<sha256 value="476653aa7f570eb954656cb172fd6c75c7ea8f561ccdcf9990b8dcd07023e87a" origin="Generated by Gradle"/>
|
<sha256 value="1ab2dc35f03e9ccf0674e3a5422fb48f3da11a1cb41109cbec147617047b8da8" origin="Generated by Gradle"/>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
||||||
<component group="org.jetbrains.kotlin" name="kotlin-native-library-reader" version="1.3.50">
|
<component group="org.jetbrains.kotlin" name="kotlin-native-library-reader" version="1.3.50">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
object BackwardsCompatibilityTestConfiguration {
|
object BackwardsCompatibilityTestConfiguration {
|
||||||
const val minimalBackwardsCompatibleVersion = "1.7.0-dev-1892"
|
const val minimalBackwardsCompatibleVersion = "1.7.0-dev-1924"
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin.sourceSets.configureEach {
|
kotlin.sourceSets.configureEach {
|
||||||
@@ -28,7 +28,6 @@ run {
|
|||||||
val isSnapshotTest = project.providers.gradleProperty("kotlin-gradle-plugin-idea.snapshot").isPresent
|
val isSnapshotTest = project.providers.gradleProperty("kotlin-gradle-plugin-idea.snapshot").isPresent
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
|
|
||||||
if (isSnapshotTest) mavenLocal()
|
if (isSnapshotTest) mavenLocal()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user