aboutsummaryrefslogtreecommitdiff
path: root/gradle
AgeCommit message (Collapse)Author
2023-07-18Update Kotlin compiler to 1.8.20 (#3062)Vadim Mishenev
2023-07-17Get rif of IDE plugin dependencies (#3073)Vadim Mishenev
* Get rif of IDE plugin dependencies Everything in this commit has been copy-pasted from IDE plugin and marked as internal
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-06-06Update Dokka's references to 1.8.20 (#3028)Ignat Beresnev
2023-06-01Update Dokka to 1.8.10IgnatBeresnev
2023-05-26Improve copying base-frontend files between subprojects (#2970)Adam
2023-05-17Update KGP to 1.8.20 (#2989)Vadim Mishenev
* Update KGP to 1.8.20 * Update AGP to be compatible with KGP * Replace `AndroidSourceSet` * Dump API * Update integration tests * Update GH actions tests * Refactor Gradle Runner * Fix `TYPE_MISMATCH_WARNING_FOR_INCORRECT_CAPTURE_APPROXIMATION` * Suppress source sets without compilations Dokka suppresses source sets that do no have compilation since such configuration is invalid, it reports a warning or an error * Introduce `dependsOn` for a new `com.android.build.api.dsl.AndroidSourceSet` * API dump * Add comment * Suppress remaining `TYPE_MISMATCH_WARNING_FOR_INCORRECT_CAPTURE_APPROXIMATION` * Add comment --------- Co-authored-by: Ignat Beresnev <ignat.beresnev@jetbrains.com>
2023-04-25Reorder dependency versions for update convenience (#2968)Ignat Beresnev
* Reorder dependency versions for update convenience * Try to add more consistency to naming
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-01-30Bump Gradle to 7.6 (#2756)Goooler
2022-08-24Bump Gradle to 7.5.1 (#2618)Goooler
2021-11-13Bump gradle to 7.3 (#2224)Goooler
2021-09-21Bump gradle to 7.2 (#2144)Goooler
* Bump gradle to 7.2 * Bump gradle to 7.2 under examples * Add .gitattributes rule of eol
2021-05-21Bump Gradle to 7.0 (#1926)Kamil Doległo
2021-02-01Update gradle to 6.8.1 (#1716)Marcin Aman
2020-12-31Bump Gradle version to 6.7.1 (#1684)Masato Nakamura
Bump Gradle version to 6.7.1
2020-08-14Update Gradle version to 6.6sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-07-06Manually disable bintray tasks in root project ↵sebastian.sellmair
(https://github.com/bintray/gradle-bintray-plugin/issues/267)
2020-06-10Update Gradle to 6.5Marcin Aman
2020-02-12kotlin-as-java pluginSzymon Świstun
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo
2019-10-10Move gradle-integration-tests to new moduleKamil Doległo
2019-10-10Bump Gradle to 4.10.3Kamil Doległo
2018-09-11gradle version re-fixed to 4.10Eugene Petrenko
2018-09-11gradle 4.10 + fix to the workaround around shadow pluginEugene Petrenko
2018-01-31Fix dependencies in Gradle 4.5Simon Ogorodnik
2017-11-02Ensure build directory exists before generating POM into it (#236)Eric Wendelin
This declares the inputs and outputs for the maven-plugin generatePom task, which improves incremental build support and as of Gradle 4.3 (updated) automatically creates directory paths for declared outputs. Issue: #235
2017-10-24Update Gradle to 4.2.1Simon Ogorodnik
2017-10-08Update Gradle Version to 4.2Simon Ogorodnik
2017-06-16Update gradle to 4.0Simon Ogorodnik
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
2016-05-12update Gradle to 2.13Dmitry Jemerov
2015-11-05setup multi-project build; specify version in one place for all Gradle projectDmitry Jemerov