Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-14 | Take intellij-core-analysis back | Simon Ogorodnik | |
Use plain maven-like repository to resolve it, remove usage of gradle-intellij-plugin | |||
2017-11-09 | Exclude src from kotlin-ide-common in fatjar | Simon Ogorodnik | |
2017-11-08 | Download dependencies from TeamCity | Simon Ogorodnik | |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik | |
fixes #205 | |||
2017-11-03 | Fix not suppressing Android generated files in javadoc format | Simon Ogorodnik | |
fixes #224, fixes #197 | |||
2017-11-03 | Fix pom generation for dokka-android-plugin | Simon Ogorodnik | |
Workaround for johnrengelman/shadow#334 | |||
2017-11-03 | Fix early lazy computation | Simon Ogorodnik | |
2017-11-02 | Fix not rebuilding on source change | Simon Ogorodnik | |
Fixes #227 | |||
2017-11-02 | Make classpath Iterable<File> #218 | Simon Ogorodnik | |
Fix #218 | |||
2017-11-02 | Fix android-sdk license accepting on TeamCity | Simon Ogorodnik | |
2017-11-02 | Ensure 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-24 | Fix building of maven plugin | Simon Ogorodnik | |
2017-10-08 | Update ShadowJar Gradle plugin to 2.0.1 | Simon Ogorodnik | |
2017-10-08 | Replace provided configuration with compileOnly | Simon Ogorodnik | |
2017-07-20 | Add global configuration "includeNonPublic" | Jonathan Haas | |
2017-07-20 | Make PackageOptions serializable | Jonathan Haas | |
2017-06-26 | Add deleted cli-parser | Simon Ogorodnik | |
2017-06-26 | Update bundled kotlin compiler to 1.1.3 | Simon Ogorodnik | |
2017-06-23 | Suppress output of android.R and other generated stuff in dokka-android | Simon Ogorodnik | |
2017-06-22 | Revert Fix OOME in integration tests | Simon Ogorodnik | |
This reverts commit bca5db0f6176d5299c7e6e7a658d754171210791 | |||
2017-06-21 | Fix OOME in integration tests | Simon Ogorodnik | |
2017-06-20 | Add android integration test, multi-flavour app test | Simon Ogorodnik | |
2017-06-20 | Add default documentation link to android reference for dokka-android | Simon Ogorodnik | |
2017-06-20 | Prevent early evaluation of kotlinTasks. To work with kotlin-android | Simon Ogorodnik | |
2017-06-20 | Add gradle integration tests | Simon Ogorodnik | |
2017-06-20 | Configure dokka based on Kotlin compile tasks | Simon Ogorodnik | |
2017-06-16 | Update gradle to 4.0 | Simon Ogorodnik | |
2017-06-07 | Add missing @Optional to cacheRoot parameter | Simon Ogorodnik | |
2017-06-07 | Make package-list caching optional | Simon Ogorodnik | |
2017-05-16 | Fix runner parameters for consistency, add default link to stdlib | Simon Ogorodnik | |
2017-05-15 | Throw exception when unable to collect classpath for android dokka | Simon Ogorodnik | |
2017-05-15 | Fix dokka-android plugin with Android Gradle 2.4.0 build tools | Alex 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-11 | Add external documentation links argument to gradle, maven, ant | Simon Ogorodnik | |
2017-05-11 | Support linking of external documentation | Simon Ogorodnik | |
Introduce PackageListService #KT-16309 fixed | |||
2017-05-04 | Add bunch of new parameters to runners | Simon Ogorodnik | |
Such as packageOptions, impliedPlatforms and so on | |||
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
2017-04-25 | Fix bintray dependencies | Simon Ogorodnik | |
2017-04-25 | Fix dependencies for gradle plugin publishing to plugins.gradle.org | Simon Ogorodnik | |
2017-04-24 | Fix wrong maven coordinates on gradle plugin repo page | Simon Ogorodnik | |
GH-146 fixed | |||
2017-04-24 | Fix NPE in gradle plugin | Simon Ogorodnik | |
2017-04-24 | Fix compilation of cli module | Simon Ogorodnik | |
2017-03-31 | Fix dokka-android to support new build tools | knize | |
Support getting variantManager after android build tools 2.3.0 API changes Fix for issue #140 | |||
2017-03-29 | Per package options | Simon Ogorodnik | |
2017-03-23 | Fix JVM crash in gradle plugin | Simon Ogorodnik | |
#KT-17016 fixed | |||
2017-02-24 | Allow to specify implied platforms in Ant scripts | Dmitry Jemerov | |
2017-02-24 | Allow to specify platform for source roots in Ant scripts | Dmitry Jemerov | |
2017-02-24 | Option to skip declarations in root package from generated documentation ↵ | Dmitry Jemerov | |
(they can't be imported anyway) | |||
2017-02-23 | Allow to specify implied platforms in command line; fix parsing of platforms ↵ | Dmitry Jemerov | |
specified in command line | |||
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov | |
2017-01-17 | Fixed problems with 1.0.6 compiler conflict | Simon Ogorodnik | |