Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-13 | Migrate buildSrc to composite build (#2912) | Goooler | |
2023-03-08 | Migrate kotlinOptions to compilerOptions (#2883) | Goooler | |
More information: https://kotlinlang.org/docs/gradle-compiler-options.html#how-to-define-options | |||
2023-03-07 | Use buildSrc convention plugins to configure the Dokka subprojects (#2704) | aSemy | |
2022-07-08 | Revise developer guides documentation (#2523) | Ignat Beresnev | |
2022-03-25 | Minor 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-22 | Remove bintray publish plugins (#2364) | Goooler | |
* Bump binary-compatibility-validator to 0.8.0 | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2021-06-23 | Add 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-04-14 | Introduce binary compatibility plugin (#1774) | Marcin Aman | |
* Introduce binary compatibility plugin * Update diffs | |||
2021-04-06 | Fix some compiler warnings (#1812) | Kamil Doległo | |
2020-12-28 | Use maven directly to download additional dependencies (#1644) | Andreas Dangel | |
* Use maven instead of aether to resolve additional dependencies Aether is still used, but now indirectly by maven. Using maven directly allows to reuse all the configurations like repositories, mirrors, proxies and the local repository. | |||
2020-11-13 | Add additional info to POM files and sign the artifacts for MavenCentral ↵ | Kamil Doległo | |
deployment | |||
2020-11-13 | Add javadocJar task for publishing to MavenCentral (#1606) | Kamil Doległo | |
2020-09-04 | Support multiple publication channels at once | sebastian.sellmair | |
2020-08-19 | publication.kt: Improve code readability | sebastian.sellmair | |
2020-08-19 | Remove unused SUPPRESS from publication.kt | sebastian.sellmair | |
2020-08-19 | Add support for space package publishing | sebastian.sellmair | |
2020-07-14 | Add sourcesJar to shadow publications | sebastian.sellmair | |
2020-07-14 | Adapt changes from "Simplify publishing configuration and enable sourcejars" | sebastian.sellmair | |
2020-07-14 | Simplify publishing configuration and enable sourcejars | Aurimas Liutikas | |
2020-07-09 | Implement PublicationValidation | sebastian.sellmair | |
2020-07-08 | maven-integration-test: Fix style issues | sebastian.sellmair | |
2020-07-08 | Implement SetupMaven task | sebastian.sellmair | |
2020-07-08 | Implement simple MavenIntegrationTest.kt | sebastian.sellmair | |
2020-07-07 | Remove DistMavenPublishing | sebastian.sellmair | |
2020-07-06 | Manually disable bintray tasks in root project ↵ | sebastian.sellmair | |
(https://github.com/bintray/gradle-bintray-plugin/issues/267) | |||
2020-07-06 | Implement AndroidGradleIntegrationTest | sebastian.sellmair | |
2020-07-02 | Gradle integration tests: Use dokka_it_kotlin_version over kotlin_version | sebastian.sellmair | |
2020-04-16 | Fix a bug in CrossPlatformExec.kt that prevented Windows from running mvn | Kamil Doległo | |
2020-01-31 | Fix CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Minor fixes, rewritten CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo | |
2019-09-30 | Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0 | Simon Ogorodnik | |
2019-02-15 | Update pom file to use 'compile' instead of 'runtime' (#393) | Tiem Song | |
This addresses Gradle 5.0 compatibility and fixes https://github.com/Kotlin/dokka/issues/388 | |||
2018-09-11 | gradle 4.10 + fix to the workaround around shadow plugin | Eugene Petrenko | |
2017-11-09 | Drop dependency on intellij-core-analysis | Simon Ogorodnik | |
Instead of it, download idea.jar and manually strip it Also, depends on same as kotlin-compiler openapi version | |||
2017-11-08 | Fix PluginXmlTransformer | Simon Ogorodnik | |
2017-11-03 | Fix pom generation for dokka-android-plugin | Simon Ogorodnik | |
Workaround for johnrengelman/shadow#334 | |||
2017-10-08 | Update ShadowJar Gradle plugin to 2.0.1 | Simon Ogorodnik | |
2016-11-01 | do not add ./ to command if linux | Simon Ogorodnik | |
2016-11-01 | Removed path relativize for commands | Simon Ogorodnik | |
2016-11-01 | Fix for CI builds #2 | Simon Ogorodnik | |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik | |
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 |