ARAW
ARAW copied to clipboard
Bump dokka-gradle-plugin from 1.6.10 to 1.7.10
Bumps dokka-gradle-plugin from 1.6.10 to 1.7.10.
Release notes
Sourced from dokka-gradle-plugin's releases.
1.7.10 Beta
Bugfix release that addresses several blockers and regressions.
General
- Support
Kotlin1.7.10Gradle plugin
- Do not expose
Kotlinstdlib in plugin dependencies, this should fix errors likeModule was compiled with an incompatible version of Kotlinwhen usingDokka. Thanks to@martinbonnin(#2543)Java sources
- Fixed build failure caused by having configured source links for
Javacode (#2544)- Fixed several exotic problems that led to build failures, all related to using annotation in
Javasources (#2509, #2551, #2350)- Fixed
IntelliJplatformWARN: Attempt to load keymessages that appeared when analyzingJavasources (#2559)1.7.0 Beta
Improvements
General
- Update to
Kotlin1.7.0,IntelliJPlatform 213- Support definitely non-nullable types (Kotlin/dokka#2520)
- Don't expose enum entry constructor arguments, thanks to
@ebraminio(Kotlin/dokka#2497)- Preserve ordering of enum entries as in source code, previously reversed (Kotlin/dokka#2469)
- Improve support for inherited
Javafields with accessors, now properly interpreted asval/varproperties (Kotlin/dokka#2481, Kotlin/dokka#2532, Kotlin/dokka#2540)- Skip
@Deprecatedmembers withHIDDENlevel (Kotlin/dokka#2486)- Make rendered default value dependent on source set for expect/actual declarations (Kotlin/dokka#2449)
HTML format
- Render quotes as blockquotes instead of code blocks, thanks to
@TheOnlyTails(Kotlin/dokka#2496)Javadoc format
- Make
Javadocpages generation deterministic (Kotlin/dokka#2479)- Update shipped
jQueryto avoid multiple CVEs, thanks to@ToppleTheNun(Kotlin/dokka#1938)GFM format
- Support rendering of code blocks and inline code used in KDocs, thanks to
@cosinekitty(Kotlin/dokka#2485)Kotlin-as-Java plugin
- Include
Javaaccess modifiers into function signatures, thanks to@tripolkaandrey(Kotlin/dokka#2510)Gradle runner
- Make
dokka-analysisdependencycompileOnly, this should help avoid compatibility problems if different versions ofKotlinare bundled inGradleandDokka(Kotlin/dokka#2521)- Enable stricter validation for cacheable
Gradletasks, thanks to@3flex(Kotlin/dokka#2500)- Remove unused & redundant dependencies for
Gradlerunner, thanks to@3flex(Kotlin/dokka#2502)- Remove outdated suppression in
Gradlerunner, thanks to@3flex(Kotlin/dokka#2501)
... (truncated)
Commits
cfa433fUpdate references and documentation to Dokka 1.7.10 (#2567)5633f27Ignore messages emitted by the IntelliJ Logger (#2563)b6ba965Update Kotlin to 1.7.10 (#2564)fa175bdImprove handling of Java annotation parameters (#2562)6490083Do not generate source links for synthetic elements (#2547)e1e114bDo not expose kotlin stdlib in the Gradle plugin dependencies (#2543)abd963bUpdate documentation and examples to Dokka 1.7.0 (#2542)5e770efUpdate Dokka version to release89fc249Fix incorrectly labeling java properties as val/var (#2540)a11a8ddDont escape text inside gfm code blocks (#2541)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)