aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
AgeCommit message (Collapse)Author
2023-07-17Prepare for the next development iterationIgnatBeresnev
2023-05-19Prepare for the next development iterationIgnatBeresnev
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-16Fix test runtime Java versions (#2918)aSemy
Fixes #2917 Co-authored-by: Goooler <wangzongler@gmail.com>
2023-03-16Refactor Maven Runner build config (#2911)aSemy
2023-02-27Prepare for the next development iterationIgnatBeresnev
2023-02-10Update Kotlin to 1.8.10 (#2797)Ignat Beresnev
2022-12-15Bump Jsoup to avoid CVE-2022-36033 (#2772)Ignat Beresnev
Fixes #2754
2022-12-13Enable Gradle build cache by default (#2711)aSemy
2022-11-10Introduce jackson-databind constraint for 2.12.7.1 (#2733)Ryan Lewis
Fixes CVE-2022-42003
2022-10-04Update Kotlin to 1.7.20 (#2692)Ignat Beresnev
2022-09-27Prepare for next development iterationIgnatBeresnev
2022-09-27Update Kotlin to 1.7.20-RC (#2682)Ignat Beresnev
2022-07-08Prepare for next development iterationIgnatBeresnev
2022-07-08Update Kotlin to 1.7.10 (#2564)Ignat Beresnev
2022-06-30Bump essential dependencies (#2534)Ignat Beresnev
2022-06-20Prepare for next development iterationIgnat Beresnev
2022-06-10Bump Kotlin to 1.7.0 (#2529)Vadim Mishenev
2022-06-10Leave a warning comment about updating JacksonIgnat Beresnev
2022-06-10Downgrade Jackson due to broken 1.4 support (#2528)Ignat Beresnev
2022-06-09Bump Jackson version (#2525)Matt
2022-06-07Bump Kotlin to 1.7.0-RC2 (#2522)Vadim Mishenev
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
* `UnresolvedType` is replaced with `ErrorType` in https://github.com/JetBrains/kotlin/commit/b5933c70e20a0dfd788d8d4a6c04ca0d16f7c731 * Support `sig` files in https://github.com/JetBrains/kotlin/commit/22b368849338cae684601c9b1ead31ebb1fd81cf * `org.jetbrains.kotlin.idea.kdoc.resolveKDocSampleLink` is removed in https://github.com/JetBrains/intellij-community/commit/e4af6f96c8d4e2318d04eddf658a4c4e8c60b2e6 * `org.jetbrains.kotlin.idea.refactoring.fqName.getKotlinFqName` is deprecated * `org.codehaus.plexus.archiver.AbstractArchiver.addDirectory` is deprecated https://codehaus-plexus.github.io/plexus-archiver/apidocs/org/codehaus/plexus/archiver/Archiver.html#addDirectory-java.io.File-java.lang.String:A-java.lang.String:A- * Make `clean` independent from `setupMaven` * Set up JDK classpath roots explicitly because of https://github.com/JetBrains/kotlin/commit/f89765eb33dd95c8de33a919cca83651b326b246 * Add JPS model and faxml dependencies * Fix test * Exclude compiler from buildscript in integration test * Exclude `com.intellij` package from compiler * Update kotlin version in integration tests
2022-04-21Update Kotlin to 1.6.21 (#2454)Ignat Beresnev
* Update Kotlin to 1.6.21 * Use 1.6.20 react wrapper for 1.6.21 kotlin
2022-04-19Update Jsoup to 1.14.3 (#2448)Ignat Beresnev
* Update Jsoup to 1.14.3 * Fix Jsoup API breaking changes after the update * Fix new Qodana inspections * Replace IllegalStateException with more appropriate NoSuchElementException
2022-04-04Update Kotlin to 1.6.20 (#2417)Ignat Beresnev
2022-03-29Update to next development version (1.7.0-SNAPSHOT)Ignat Beresnev
2022-03-29Update Kotlin to 1.6.20-RC2 (#2407)Ignat Beresnev
2022-03-25Minor refactoring of dokka versioning and publishing (#2401)Ignat Beresnev
* Minor refactoring of dokka versioning and publishing * Added RC version type * Added gradle-plugin-portal as a publication channel * Removed `dokka_version_base` in favour of `dokka_version` * Change dokka_version to the relevant SNAPSHOT * Revert explicit flag for version checking, it will be executed automatically if publication channels are present * Update publish to GH pages script to include SNAPSHOT docs
2022-03-22Update Kotlin to 1.6.20-RC (#2398)Ignat Beresnev
2022-03-10KT-50452 Make flexible html for customization (#2374)Vadim Mishenev
2022-02-24Update Kotlin to 1.6.20-M1 (#2375)Ignat Beresnev
2022-02-14Shutdown coroutines dispatchers after each module pass (#2325)Ignat Beresnev
* Update kotlinx.coroutines to 1.6.0 * Shutdown common coroutines dispatchers after each module pass * Don't finalize coroutines in unit tests Co-authored-by: Mikhail Zarechenskiy <mikhail.zarechenskiy@jetbrains.com>
2021-12-17Update kotlin and dokka versions to 1.6.10 (#2274)Ignat Beresnev
2021-11-18Bump Kotlin to 1.6.0 (#2226)vmishenev
* Bump Kotlin to 1.6.0 * Update versions in integration tests
2021-11-12Bump Kotlin to 1.6.0-RC2 (#2221)vmishenev
* Bump Kotlin to 1.6.0-RC2 * Fix Gradle bug in test configuration
2021-10-18Bump Kotlin to 1.6.0-RC (#2189)vmishenev
* Bump Kotlin to 1.6.0-RC * Update Kotlin to 1.6.0-RC in integration tests * Change Dokka Version
2021-10-04Bump to Kotlin 1.5.31 (#2164)Marcin Aman
* Bump to Kotlin 1.5.31 * Mark todo-s as unsupported * Add PsiNameHelper * Try disabling ProjectFileIndex * Remove CoreProjectFileIndex * Update JDKs to 17, kotlin to 1.5.31 in integration tests * Update Kotlin to 1.5.31 in JS IR integration test Co-authored-by: vmishenev <vad-mishenev@yandex.ru>
2021-09-15Update docs to 1.5.30, bump dokka version to 1.6.0Marcin Aman
2021-08-27Cleanup and version bump to 1.5.30Marcin Aman
2021-08-27Restore language level to 1.4Marcin Aman
2021-08-26Bump compiler to 1.5.30, language level to 1.5Marcin Aman
2021-07-22Bump kotlin 1.5.21 (#2031)Marcin Aman
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7
2021-07-16Bump dokka version to 1.5.20Marcin Aman
2021-07-08Bump jacksons (#2010)Marcin Aman
2021-06-23Add maven central publication (#1688)Kamil Doległo
* Add OSSRH repositories * Rewrite Gradle plugin publication * Add publication version assertion * Use Nexus publish plugin for publishing to Sonatype * Remove explicit publishing from s3 tests * Don't document Dokka for local publication * Fix a bug with closing Sonatype repository * Bump internal Dokka version * Move publication version check to the validate task * Fix Gradle plugin publication * Bump Dokka and gradle plugin-publish versions * Do not run Dokka for test tasks * Do not fail all runs in a workflow * Reduce JVM memory limit
2021-06-22Multilanguage docs inheritance (#1951)Marcin Aman
* Multilanguage docs inheritance * Add map to store inherit doc entries
2021-06-21Don't use older dir from previous runs in versioning (#1963)Marcin Aman
2021-05-06Bump compiler to 1.5.0 (#1856)Marcin Aman
* Bump compiler to 1.5.0 * Include Api changes
2021-04-22Bump dokka version to 1.5Marcin Aman