aboutsummaryrefslogtreecommitdiff
path: root/runners
AgeCommit message (Collapse)Author
2017-05-15Throw exception when unable to collect classpath for android dokkaSimon Ogorodnik
2017-05-15Fix dokka-android plugin with Android Gradle 2.4.0 build toolsAlex Waters
The 2.4.0 build tools delay variant dependency analysis until needed, thus we do the same; delay processing variant configurations until Dokka task execution. Changes also tested on Android Gradle 2.2.0 and 2.3.0.
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
Introduce PackageListService #KT-16309 fixed
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
Such as packageOptions, impliedPlatforms and so on
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-04-25Fix bintray dependenciesSimon Ogorodnik
2017-04-25Fix dependencies for gradle plugin publishing to plugins.gradle.orgSimon Ogorodnik
2017-04-24Fix wrong maven coordinates on gradle plugin repo pageSimon Ogorodnik
GH-146 fixed
2017-04-24Fix NPE in gradle pluginSimon Ogorodnik
2017-04-24Fix compilation of cli moduleSimon Ogorodnik
2017-03-31Fix dokka-android to support new build toolsknize
Support getting variantManager after android build tools 2.3.0 API changes Fix for issue #140
2017-03-29Per package optionsSimon Ogorodnik
2017-03-23Fix JVM crash in gradle pluginSimon Ogorodnik
#KT-17016 fixed
2017-02-24Allow to specify implied platforms in Ant scriptsDmitry Jemerov
2017-02-24Allow to specify platform for source roots in Ant scriptsDmitry Jemerov
2017-02-24Option to skip declarations in root package from generated documentation ↵Dmitry Jemerov
(they can't be imported anyway)
2017-02-23Allow to specify implied platforms in command line; fix parsing of platforms ↵Dmitry Jemerov
specified in command line
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov
2017-01-17Fixed problems with 1.0.6 compiler conflictSimon Ogorodnik
2017-01-10Various config options now available in Gradle pluginSimon Ogorodnik
2016-12-14Hotfix 0.9.11, finally fixed problem with dokka-fatjar resolvingSimon Ogorodnik
2016-12-14Hotfix 0.9.11, now dokka-android should work properlySimon Ogorodnik
2016-12-14Workaround #127Simon Ogorodnik
2016-12-14Manual integration of PR #93Simon Ogorodnik
2016-12-08Dokka ClassLoader for Gradle now complete isolated from Gradle EnvSimon Ogorodnik
2016-12-08tools.jar (#125), Fixes #85, #58 Simon Ogorodnik
Added hack to adjust publishing pom for maven Added hack to load tools.jar for cli
2016-12-06Post-review changes, simplified proxiesSimon Ogorodnik
2016-12-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon Ogorodnik
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-02Build refactoring: Now dokka-fatjar runnable through `java -jar` againSimon Ogorodnik
2016-11-01Fix for CI builds #2Simon Ogorodnik
2016-11-01Fix for CI buildsSimon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10