Alexander.Likhachev
a19bd2ed2e
[Build] Migrate most of the build logic from Project.buildDir usage
...
It's going to be deprecated in Gradle 8.3
There's currently no way to pass a `org.gradle.api.provider.Provider` to the JavaExec.systemProperty or Test.systemProperty. There's a workaround using `org.gradle.process.CommandLineArgumentProvider`, but I intentionally don't rework these calls as Gradle is going to allow passing providers to configure system properties: https://github.com/gradle/gradle/issues/12247#issuecomment-1568427242
^KTI-1473 In Progress
2023-12-07 18:31:06 +00:00
Sebastian Sellmair
53c5444a7a
[Gradle] kgp-idea: Compatibility tests: bump version to 1.8.20-dev-4242
...
KT-55492
2022-12-16 16:46:13 +00:00
Sebastian Sellmair
f9d1286fce
[Gradle] kgp-idea: Compatibility tests: bump version to 1.8.20-dev-3076
...
KT-55112
2022-11-29 08:05:13 +00:00
Sebastian Sellmair
e15812f196
[Gradle] kgp-idea: Update testedVersion to 1.8.20-dev-2253 for compatibility tests
...
KT-54825
2022-11-17 07:38:43 +00:00
Sebastian Sellmair
66cb2b3ad8
[Gradle] Implement IdeaKotlinDependencyBackwardsCompatibilityTest
...
KT-54825
2022-11-17 07:38:42 +00:00
Sebastian Sellmair
0fa92315ff
[Gradle] kgp-idea: Update testedVersion to 1.8.20-dev-2192 for compatibility tests
...
KT-54825
2022-11-17 07:38:41 +00:00
Ilya Gorbunov
744896b571
Explicitly specify repository for resolving tested version of artifacts
...
Currently, it implicitly relies on the space bootstrap repository
which can be changed when using a different bootstrap method
(e.g. from TeamCity build or from locally deployed artifacts).
2022-08-17 13:46:49 +00:00
sebastian.sellmair
0eb4551e94
[kpm] kgp-idea: Update testedVersion to "1.7.20-dev-2127"
...
^KT-52568 Verification Pending
2022-06-17 22:27:12 +00:00
sebastian.sellmair
252c297112
[kpm] Create new :kotlin-gradle-plugin-proto module
2022-06-17 22:26:51 +00:00
sebastian.sellmair
ae493e04c0
[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*
2022-05-25 13:15:48 +00:00
sebastian.sellmair
865a91784b
Share Test: binary compatibility run configurations
2022-05-23 14:40:50 +00:00
Alexander Likhachev
eda759ba31
[Build] Avoid buildscript root capture into task action
...
#KT-44611 In Progress
2022-04-19 00:39:24 +03:00
sebastian.sellmair
310ab12a92
kotlin-gradle-plugin-idea: Replace special -for-compatibility-tests publication
...
... with separate module intended to download and prepare
the `kotlin-gradle-plugin-idea` classpath used for testing
backwards compatibility.
2022-03-22 18:45:57 +01:00