[Gradle] kgp-idea: Compatibility tests: bump version to 1.8.20-dev-3076
KT-55112
This commit is contained in:
committed by
Space Team
parent
4c69b5867f
commit
f9d1286fce
@@ -4,7 +4,7 @@
|
|||||||
* Version of kotlin-gradle-plugin-idea module that should be resolved for compatibility tests
|
* Version of kotlin-gradle-plugin-idea module that should be resolved for compatibility tests
|
||||||
* This version can be treated as 'minimal guaranteed backwards compatible version' of the module.
|
* This version can be treated as 'minimal guaranteed backwards compatible version' of the module.
|
||||||
*/
|
*/
|
||||||
val testedVersion = "1.8.20-dev-2253"
|
val testedVersion = "1.8.20-dev-3076"
|
||||||
|
|
||||||
val isSnapshotTest = properties.contains("kgp-idea.snapshot_test")
|
val isSnapshotTest = properties.contains("kgp-idea.snapshot_test")
|
||||||
val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion
|
val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user