aboutsummaryrefslogtreecommitdiff
path: root/runners
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-05-18Enable suppression of generated files for Android plugin 3.2.0-alphaSimon Ogorodnik
Fix #308
2018-05-16Fix lookup of tools.jar in Maven runnerSimon Ogorodnik
Fix #272
2018-03-07Fix early configuration resolving in Gradle PluginSimon Ogorodnik
Fixes #282
2018-02-20Update publish-plugin and fix publishingSimon Ogorodnik
2018-02-01Fix publication POM for maven-pluginSimon Ogorodnik
2018-01-31Fix dependencies in Gradle 4.5Simon Ogorodnik
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