aboutsummaryrefslogtreecommitdiff
path: root/runners
AgeCommit message (Collapse)Author
2018-01-30Use kotlin-test-junit in gradle-integration-testsSimon Ogorodnik
2018-01-29Update Gradle Kotlin Runtime dependencies version to 1.1Simon Ogorodnik
Dokka drops support for Gradle less then 3.5
2017-12-22Supports hacks for MPP documentation generationRoman Elizarov
2017-12-15Add forgotten part of testDataSimon Ogorodnik
2017-12-13Fix adding class directories to classpath Fixes #252Simon Ogorodnik
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-23Clarify Kotlin Versions and config in projectSimon Ogorodnik
2017-11-23Fix bundling of kotlin-runtime & reflect into Gradle pluginSimon Ogorodnik
Fix #219
2017-11-22Add "suppress" to the per-package configuration options.Chris Rankin
2017-11-21Fix reporting of FileComparisonFailure by adding idea_rt dependencySimon Ogorodnik
2017-11-14Take intellij-core-analysis backSimon Ogorodnik
Use plain maven-like repository to resolve it, remove usage of gradle-intellij-plugin
2017-11-09Exclude src from kotlin-ide-common in fatjarSimon Ogorodnik
2017-11-08Download dependencies from TeamCitySimon Ogorodnik
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
fixes #205
2017-11-03Fix not suppressing Android generated files in javadoc formatSimon Ogorodnik
fixes #224, fixes #197
2017-11-03Fix pom generation for dokka-android-pluginSimon Ogorodnik
Workaround for johnrengelman/shadow#334
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-11-02Fix android-sdk license accepting on TeamCitySimon Ogorodnik
2017-11-02Ensure build directory exists before generating POM into it (#236)Eric Wendelin
This declares the inputs and outputs for the maven-plugin generatePom task, which improves incremental build support and as of Gradle 4.3 (updated) automatically creates directory paths for declared outputs. Issue: #235
2017-10-24Fix building of maven pluginSimon Ogorodnik
2017-10-08Update ShadowJar Gradle plugin to 2.0.1Simon Ogorodnik
2017-10-08Replace provided configuration with compileOnlySimon Ogorodnik
2017-07-20Add global configuration "includeNonPublic"Jonathan Haas
2017-07-20Make PackageOptions serializableJonathan Haas
2017-06-26Add deleted cli-parserSimon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-22Revert Fix OOME in integration testsSimon Ogorodnik
This reverts commit bca5db0f6176d5299c7e6e7a658d754171210791
2017-06-21Fix OOME in integration testsSimon Ogorodnik
2017-06-20Add android integration test, multi-flavour app testSimon Ogorodnik
2017-06-20Add default documentation link to android reference for dokka-androidSimon Ogorodnik
2017-06-20Prevent early evaluation of kotlinTasks. To work with kotlin-androidSimon Ogorodnik
2017-06-20Add gradle integration testsSimon Ogorodnik
2017-06-20Configure dokka based on Kotlin compile tasksSimon Ogorodnik
2017-06-16Update gradle to 4.0Simon 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-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