[kpm] kotlin-gradle-plugin-idea: Update version for backwards compatibility tests
... to "1.7.20-dev-1435 to bootstrap incompatible naming changes for IdeaKotlin* -> IdeaKpm*
This commit is contained in:
committed by
Space
parent
efcdfab9a4
commit
ae493e04c0
@@ -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.7.0-dev-2723"
|
||||
val testedVersion = "1.7.20-dev-1435"
|
||||
|
||||
val isSnapshotTest = properties.contains("kgp-idea.snapshot_test")
|
||||
val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersion"].toString() else testedVersion
|
||||
|
||||
Reference in New Issue
Block a user