| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-03-25 | 3.3 kB | |
| v2.3.0 source code.tar.gz | 2024-03-25 | 5.0 MB | |
| v2.3.0 source code.zip | 2024-03-25 | 5.6 MB | |
| Totals: 3 Items | 10.6 MB | 0 | |
What's Changed
Key changes:
- 📚 There's a brand new documentation site for Dokkatoo! Filled with set up guides, examples, and even a showcase.
- 🔨 Fix: Dokkatoo tasks would be triggered, even if they weren't required. This has now been fixed. (Thank you @translatenix for finding and reporting this).
- ✨ Feature: If you have multiple formats, adding Dokka Engine Plugins to all formats is now easier. Just add the plugin as a dependency using
dokkatooPlugin(...). Check the docs for details. - ✨ Feature: Dokkatoo now works automatically with Java-only projects. Check the java-example project for information.
All changes
Features & Fixes
- Java projects by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/195
- Add
dokkatooPluginparent Configuration by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/196 - Fix Dokkatoo configurations default visibility by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/204
Documentation
- Dokkatoo docs update by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/187
- GHA Writerside fixes by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/188
- Create complete documentation site by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/189
- Documentation Development by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/192
- Docs development by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/198
- Add composite build example by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/200
- Docs development by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/201
- Docs development by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/202
Dependencies
- Update gradlePlugin.android to v8.3.0 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/190
- Update dependency gradle to v8.6 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/169
- Update dependency @types/react-dom to v18.2.19 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/193
- Update dependency @types/react-dom to v18.2.20 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/197
- Update dependency @types/react-dom to v18.2.21 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/199
- Update dependency io.ktor:ktor-bom to v2.3.9 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/194
GitHub Actions
- GitHub Actions: allow Gradle Build Cache to be written on release branches, and tags by @aSemy in https://github.com/adamko-dev/dokkatoo/pull/185
- Update actions/upload-artifact action to v4 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/171
- Update gradle/wrapper-validation-action action to v2 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/178
- Update gradle/gradle-build-action action to v3 by @renovate in https://github.com/adamko-dev/dokkatoo/pull/180
Full Changelog: https://github.com/adamko-dev/dokkatoo/compare/v2.2.0...v2.3.0