aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-plugin/src/main
AgeCommit message (Collapse)Author
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
Original: 8e9e768
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
Original: bf2945d
2018-07-10Add js platform supportaleksZubakov
2018-03-07Fix early configuration resolving in Gradle PluginSimon Ogorodnik
Fixes #282
2018-01-31Fix dependencies in Gradle 4.5Simon Ogorodnik
2017-12-22Supports hacks for MPP documentation generationRoman Elizarov
2017-12-11Add deprecation message for reportNotDocumented, in sake of #243Simon Ogorodnik
2017-12-11Fix ReportNotDocumented in the Gradle pluginColin Hebert
Replace ReportNotDocumented with ReportUndocumented in the Gradle plugin for consistency. Fixes #243
2017-12-11Pick correct closure type in the gradle pluginColin Hebert
Replace Closure<Any?> with Closure<Unit> in the gradle plugin. Fixes #241
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-23Don't require JavaPluginConventionSimon Ogorodnik
2017-11-23Fix compilation, after enabling JSR305Simon Ogorodnik
2017-11-22Add "suppress" to the per-package configuration options.Chris Rankin
2017-11-03Fix early lazy computationSimon Ogorodnik
2017-11-02Fix not rebuilding on source changeSimon Ogorodnik
Fixes #227
2017-11-02Make classpath Iterable<File> #218Simon Ogorodnik
Fix #218
2017-07-20Add global configuration "includeNonPublic"Jonathan Haas
2017-07-20Make PackageOptions serializableJonathan Haas
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-20Prevent early evaluation of kotlinTasks. To work with kotlin-androidSimon Ogorodnik
2017-06-20Configure dokka based on Kotlin compile tasksSimon Ogorodnik
2017-06-07Add missing @Optional to cacheRoot parameterSimon Ogorodnik
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
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-24Fix NPE in gradle pluginSimon Ogorodnik
2017-03-23Fix JVM crash in gradle pluginSimon Ogorodnik
#KT-17016 fixed
2017-02-24Option to skip declarations in root package from generated documentation ↵Dmitry Jemerov
(they can't be imported anyway)
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-08Dokka ClassLoader for Gradle now complete isolated from Gradle EnvSimon Ogorodnik
2016-12-06Post-review changes, simplified proxiesSimon Ogorodnik
2016-12-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon 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