summaryrefslogtreecommitdiff
path: root/integration-test/settings.gradle
AgeCommit message (Collapse)Author
2022-07-04Migrate to Kotlin 1.7.0 (#1977)Leonid Startsev
* Remove Java 1.6 target * Update binary-compatibility-validator * Suppress some animal sniffer detections that can be desugared
2022-01-28Upgrade Gradle to version 7.3.3 (#1822)Sebastian Schuberth
* Upgrade to Gradle 7.3.3 Necessary changes include: - Rename configurations created by the `java` plugin. - Upgrade the `protobuf-gradle-plugin` to avoid the "Configuration with name 'compile' not found" error. - Remove the deprecated `kotlin.parallel.tasks.in.project` property, which got replaced by the Gradle parallel project execution option. - Stop using the deprecated `maven` plugin in favor of only the `maven-publish` plugin [1]. - Remove the deprecated / inactive `GRADLE_METADATA` feature preview flag [2] [3]. - For yet unclear reasons the JUnit imports in the HOCON tests needed to be made explicit to avoid compile errors. [1]: https://docs.gradle.org/4.8/release-notes.html [2]: https://github.com/gradle/gradle/pull/16118 [3]: https://kotlinlang.org/docs/migrating-multiplatform-project-to-14.html#simplify-your-build-configuration * Gradle: Remove an unused import * Gradle: Use single quotes where no variable interpolation is required * Gradle: Use the compact string notation to declare dependencies This creates consistency with the majority of declarations.
2021-09-03Upgrade to 1.5.30Leonid Startsev
Update Gradle to 6.9.1
2021-04-26Update Kotlin and add changelog for 1.2.0 (#1436)upstream/v1.2.0Leonid Startsev
Make guide and reference easier to find Add MOAR badges Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
2021-03-17Get rid of Bintray leftovers (#1378)Vsevolod Tolstopyatov
2021-02-04Remove JCenter() from repositories where possible (#1322)Leonid Startsev
2020-12-24Remove deprecated declarations from runtime (#1260)Leonid Startsev
* Remove deprecated functions from Decoder (1.4.30 plugin required) * Adapt exception constructors for coroutines stacktrace recovery (1.4.20 plugin required) * Add space dev repo to integration test * Ignore tests that fail on LegacyJS due to missing commit in M1
2019-04-15Add Dagger to dependencies to test integration with Kapt.Leonid Startsev
Allow using UnstableDefault in tests.
2019-04-04Make an integration test on a basis of example-multiplatformLeonid Startsev
It uses maven local repository since the composite builds are broken in Native between new MPP plugin and old one