aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-11Add deprecation message for reportNotDocumented, in sake of #243Simon Ogorodnik
2017-12-11Update documentation for reportUndocumented changeColin Hebert
Update documentation to reflect the reportUndocumented change
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-30Add missing test dataSimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-29Support wide-range Since Kotlin versionsSimon Ogorodnik
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-24Use kotlin-ide-common with fixed package docs resolutionSimon Ogorodnik
2017-11-24Set readTimeout in ExternalDocumentationLinkResolverSimon Ogorodnik
2017-11-24Add warning on unresolved link in packageDocsSimon 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-23Cleanup GH-222 a bitSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-22Add "suppress" to the per-package configuration options.Chris Rankin
2017-11-22Use / for receiver parameter signatureSimon Ogorodnik
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Do not suppress Companions when it's extends/implements somethingSimon Ogorodnik
2017-11-21Fix reporting of FileComparisonFailure by adding idea_rt dependencySimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-21More info in can't find node by signatureSimon Ogorodnik
2017-11-21Hard-code language versionSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik
2017-11-20Advance Kotlin Compiler version to pinnedSimon Ogorodnik
2017-11-14Handle indent correctly, Add tests for assertTrue/False samplesSimon Ogorodnik
2017-11-14Support assertFalse and message in assertTrue/assertFalseIlya Gorbunov
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-09Use maven to resolve kotlin-compiler dependency instead of ivySimon Ogorodnik
2017-11-09Drop dependency on intellij-core-analysisSimon Ogorodnik
Instead of it, download idea.jar and manually strip it Also, depends on same as kotlin-compiler openapi version
2017-11-08Download dependencies from TeamCitySimon Ogorodnik
2017-11-08Fix PluginXmlTransformerSimon Ogorodnik
2017-11-07Fix problem with Java descriptorsSimon 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-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
Fix #228
2017-11-02Correctly handle redirects in ExternalDocumentationLinkResolverSimon 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-24Update Gradle to 4.2.1Simon Ogorodnik
2017-10-24Fix building of maven pluginSimon Ogorodnik