Merge remote-tracking branch 'origin/gh/core/gc-soak-refactor'* origin/gh/core/gc-soak-refactor: Remove unroll from daemon soak test Add annotation to multiversion test Remove tests now covered through simulated integration test Run simulated tests against all garbage collectors Introduce test that simulates GC activity
Merge remote-tracking branch 'origin/gh/core/gc-soak-refactor' CONTRIBUTING.md LICENSE README.md build build.gradle.kts buildSrc config gradle gradle.iml gradle.iws gradle.png gradle.properties gradlew gradlew.bat intTestHomeDir out released-versions.json settings.gradle.kts someDir somewhere subprojects version.txt origin/gh/core/gc-soak-refactor: Remove unroll from daemon soak test Add annotation to multiversion test Remove tests now covered through simulated integration test Run simulated tests against all garbage collectors Introduce test that simulates GC activity
Make patchKotlinCompilerEmbeddable depend on classpathManifest (#8734)This fixes https://github.com/gradle/gradle-private/issues/1930Previously, `:kotlinCompilerEmbeddable:patchKotlinCompilerEmbeddable` doesn't dependson `:kotlinCompilerEmbeddable:classpathManifest`, which may result in the patched kotlin jarnot including classpath property files. This commit fixes this issue by making implicit dependencies.
Make patchKotlinCompilerEmbeddable depend on classpathManifest (#8734)This fixes https://github.com/gradle/gradle-private/issues/1930Previously, `:kotlinCompilerEmbeddable:patchKotlinCompilerEmbeddable` doesn't dependson `:kotlinCompilerEmbeddable:classpathManifest`, which may result in the patched kotlin jarnot including classpath property files. This commit fixes this issue by making implicit dependencies.
Make patchKotlinCompilerEmbeddable depend on classpathManifestPreviously, :kotlinCompilerEmbeddable:patchKotlinCompilerEmbeddable doesn't dependson :kotlinCompilerEmbeddable:classpathManifest, which may result in the patched kotlin jarnot including classpath property files. This commit fixes this issue by making implicit dependencies.
Rebaseline RealLifeAndroidBuildPerformanceTestThe newly added santa tracker android test has a regression against 5.1which we are currently solving. Rebaselining until then.