[Gradle] kgp-idea: Compatibility tests: bump version to 1.8.20-dev-4242
KT-55492
This commit is contained in:
committed by
Space Team
parent
4eb5641e2a
commit
53c5444a7a
@@ -4,7 +4,7 @@
|
||||
* 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.
|
||||
*/
|
||||
val testedVersion = "1.8.20-dev-3076"
|
||||
val testedVersion = "1.8.20-dev-4242"
|
||||
|
||||
val isSnapshotTest = properties.contains("kgp-idea.snapshot_test")
|
||||
val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion
|
||||
|
||||
Reference in New Issue
Block a user