aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/build.gradle.kts
AgeCommit message (Collapse)Author
2023-03-30Move POM config to maven-publish convention plugin (#2946)aSemy
2023-03-27Mark utilities.* API as Dokka-internal (#2937)Vsevolod Tolstopyatov
* Deprecate unused declaration, remove inline declaration (as it's binary compatible), opt-in into internal API at project level * Opt-in into DokkaInternalApi where applicable * Get rid of intermediate test-utils module
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-13Migrate buildSrc to composite build (#2912)Goooler
2023-03-09Remove unused `sourceJar` tasks (#2909)aSemy
Sources JAR is auto-enabled using `withSourcesJar()` in `base-java` convention plugin
2023-03-07Use buildSrc convention plugins to configure the Dokka subprojects (#2704)aSemy
2023-02-27Remove workaround for fixed Gradle issue (#2891)Matthew Haughton
The issue was fixed in Gradle 7.6
2023-02-21Apply kotlin-dsl plugin (#2702)aSemy
Update code to use idiomatic Gradle API
2022-07-18Remove kotlin-stdlib dependency from gradle runner (#2570)Martin Bonnin
2022-06-21Do not expose kotlin stdlib in the Gradle plugin dependencies (#2543)Martin Bonnin
2022-05-27Remove unused & redundant dependencies for Gradle runner (#2502)Matthew Haughton
* Remove unused jackson-annotations dependency * Remove redundant `kotlin-reflect` dependency constraint kotlin-reflect is provided as part of the Gradle API at compile & runtime. * Remove redundant dependencies on gradleApi This dependency is added to the "api" configuration by java-gradle-plugin, so is already available in all compile & runtime classpaths.
2022-05-18Enable stricter validation for cacheable Gradle tasks (#2500)Matthew Haughton
* Enable stricter validation for cacheable tasks * Address Gradle plugin strict validation violations
2022-03-22Remove bintray publish plugins (#2364)Goooler
* Bump binary-compatibility-validator to 0.8.0
2022-01-27Bump com.gradle.plugin-publish from 0.12.0 to 0.20.0 (#2318)dependabot[bot]
Bumps com.gradle.plugin-publish from 0.12.0 to 0.20.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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-07-08Bump jacksons (#2010)Marcin Aman
2021-07-07Fix Gradle plugin marker publicationKamil Doległo
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-03-11Make Gradle plugin use `api` instead of `implementation` for core (#1771)Kamil Doległo
Fixes #1724
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-08-20Implement tests for enhanced KotlinSourceSetGist mechanismsebastian.sellmair
2020-08-19Add support for space package publishingsebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-03Add publication for gradle plugin portalsebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-14Adapt changes from "Simplify publishing configuration and enable sourcejars"sebastian.sellmair
2020-07-14PROPOSALsebastian.sellmair
2020-07-13Implement DokkaTasksTestsebastian.sellmair
2020-07-09Implement PublicationValidationsebastian.sellmair
2020-07-07Annotate all properties on DokkaTask and DokkaMultimoduleTask to support the ↵sebastian.sellmair
`validatePlugins` task
2020-07-06Dokka Gradle Plugin: Configure bintray publication for gradle plugin markersebastian.sellmair
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-02Cleanup project and disable validatePlugins ↵sebastian.sellmair
(https://github.com/Kotlin/dokka/issues/1052)
2020-07-02Introduce special gradle plugin publication for integration testssebastian.sellmair
2020-07-02runner:gradle-plugin: Apply `java-gradle-plugin`sebastian.sellmair
2020-06-04Implement Project.dokka extension to align kotlin and groovey dokka ↵sebastian.sellmair
configuration
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo