index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildSrc
/
src
/
main
/
kotlin
/
org
/
jetbrains
Age
Commit message (
Expand
)
Author
2023-03-13
Migrate buildSrc to composite build (#2912)
Goooler
2023-03-08
Migrate kotlinOptions to compilerOptions (#2883)
Goooler
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
2022-03-22
Remove bintray publish plugins (#2364)
Goooler
2022-02-21
Code cleanups (#2165)
Goooler
2021-06-23
Add maven central publication (#1688)
Kamil Doległo
2021-04-14
Introduce binary compatibility plugin (#1774)
Marcin Aman
2021-04-06
Fix some compiler warnings (#1812)
Kamil Doległo
2020-12-28
Use maven directly to download additional dependencies (#1644)
Andreas Dangel
2020-11-13
Add additional info to POM files and sign the artifacts for MavenCentral depl...
Kamil Doległo
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 (https://github.com/bintray/gr...
sebastian.sellmair
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