Update dependency dev.adamko.dokkatoo:dokkatoo-plugin to v1.6.0 #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0
->1.6.0
Release Notes
adamko-dev/dokkatoo (dev.adamko.dokkatoo:dokkatoo-plugin)
v1.6.0
Some minor bug fixes.
What's Changed
ServerActiveCheck
timeout https://github.com/adamko-dev/dokkatoo/pull/100readme.txt
to Javadoc JAR https://github.com/adamko-dev/dokkatoo/pull/103Full Changelog: adamko-dev/dokkatoo@v1.5.0...v1.6.0
v1.5.0
Incremental improvements to Dokkatoo. The most significant change is that Dokkatoo now uses Dokka 1.8.20 by default.
What's Changed
:docs
into modules dir by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/93Full Changelog: adamko-dev/dokkatoo@v1.4.0...v1.5.0
v1.4.0
This is a big release! Lots of fixes, and some deprecations.
java.net.URL
have been replaced withjava.net.URI
, to better support Gradle cachingDokkatooPrepareParametersTask
andDokkatooTask.WithSourceSets
have been deprecated, so as to better support Gradle caching. This should only impact those who were manually configuring the tasks rather than using the extension DSL, which I suspect no one is doing.Thanks to @martinbonnin, @hfhbd, and @EdricChan03 for their help with reporting and tracking down bugs!
What's Changed
DokkaGenerator
not clearing deleted files by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/60all-modules-page-plugin
in README.md by @martinbonnin in https://github.com/adamko-dev/dokkatoo/pull/62URL
withURI
by @martinbonnin in https://github.com/adamko-dev/dokkatoo/pull/65distibutions
->distributions
by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/74New Contributors
Full Changelog: adamko-dev/dokkatoo@v1.3.0...v1.4.0
v1.3.0
What's Changed
This release contains some under-the-hood fixes for Kotlin Multiplatform and Android projects.
There is one breaking change:
AndroidJVM
has been added to KotlinPlatform.There is one deprecation:
KotlinPlatform.key
is deprecated.Summary
Full Changelog: adamko-dev/dokkatoo@v1.2.0...v1.3.0
v1.2.0
What's Changed
Full Changelog: adamko-dev/dokkatoo@v1.1.1...v1.2.0
v1.1.1
This release contains some deprecations, and some minor fixes.
What's Changed
Full Changelog: adamko-dev/dokkatoo@v1.1.0...v1.1.1
v1.1.0
What's Changed
Full Changelog: adamko-dev/dokkatoo@v1.0.0...v1.1.0
Find the latest plugins on the Gradle Plugin Portal
⚠ This release contains breaking changes. There is no migration support in the form of
@Deprecated
annotations. If you would like some help migrating please make an issue or discussion.⚠ Breaking change | ✂ Minimize exposure of Dokka Core types to plugin users https://github.com/adamko-dev/dokkatoo/pull/39
The last release attempted to remove Dokka from the public API, so that Dokkatoo would not need a compile-time on Dokka. A few Dokka classes were missed though, so they have been fixed in this release.
Platform
with enum,KotlinPlatform
(impactsDokkaSourceSetSpec.analysisPlatform
)DokkaSourceSetID
withDokkaSourceSetIdSpec
(impactsDokkaSourceSetSpec.sourceSetID
andDokkaSourceSetSpec.dependentSourceSets
)Other changes
@DokkatooInternalApi
opt-in annotation as public (otherwise no one can opt-in!) adamko-dev/dokkatoo@3303c9dDeprecations
DokkatooPrepareParametersTask.outputDir
didn't do anything.The output directory should instead be set using dev.adamko.dokkatoo.DokkatooExtension.dokkatooPublicationDirectory (or dev.adamko.dokkatoo.DokkatooExtension.dokkatooModuleDirectory for modules)
Breaking changes
Continuing on from the last release
Configuration
📅 Schedule: Branch creation - "after 10am,before 5pm" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.