Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-22 | Bump version | Simon Ogorodnik | |
2018-02-22 | Merge branch 'dev' | Simon Ogorodnik | |
2018-02-21 | Update bundled kotlin compiler | Simon Ogorodnik | |
2018-02-20 | Update publish-plugin and fix publishing | Simon Ogorodnik | |
2018-02-20 | Update plugin-publish-plugin | Tim Yates | |
Hiya, Tim from Gradle here. There was a [bug in versions prior to 0.9.7](https://discuss.gradle.org/t/plugin-authors-please-use-the-latest-plugin-publish-plugin-others-may-result-in-a-broken-upload/23573) of the gradle `plugin-publish-plugin`, where artifacts would sometimes silently not be pushed into the repo. Your plugin has not been affected by the bug yet, but you should still upgrade. This won't fix issue 146 (I'm not sure what has caused the pom differences seen in that issue), but it should avoid any problems publishing future versions | |||
2018-02-01 | Add information on suppress package option | Flamenco | |
2018-02-01 | Fix publication POM for maven-plugin | Simon Ogorodnik | |
2018-01-31 | Fix dependencies in Gradle 4.5 | Simon Ogorodnik | |
2018-01-31 | Update jkid | Simon Ogorodnik | |
2018-01-30 | Use kotlin-test-junit in gradle-integration-tests | Simon Ogorodnik | |
2018-01-29 | Update Gradle Kotlin Runtime dependencies version to 1.1 | Simon Ogorodnik | |
Dokka drops support for Gradle less then 3.5 | |||
2017-12-22 | Supports hacks for MPP documentation generation | Roman Elizarov | |
2017-12-19 | Fix crash in as Java mode, just show ugly warning | Simon Ogorodnik | |
2017-12-15 | Add forgotten part of testData | Simon Ogorodnik | |
2017-12-13 | Update Kotlin version | Simon Ogorodnik | |
2017-12-13 | Fix adding class directories to classpath Fixes #252 | Simon Ogorodnik | |
2017-12-11 | Add deprecation message for reportNotDocumented, in sake of #243 | Simon Ogorodnik | |
2017-12-11 | Update documentation for reportUndocumented change | Colin Hebert | |
Update documentation to reflect the reportUndocumented change | |||
2017-12-11 | Fix ReportNotDocumented in the Gradle plugin | Colin Hebert | |
Replace ReportNotDocumented with ReportUndocumented in the Gradle plugin for consistency. Fixes #243 | |||
2017-12-11 | Pick correct closure type in the gradle plugin | Colin Hebert | |
Replace Closure<Any?> with Closure<Unit> in the gradle plugin. Fixes #241 | |||
2017-11-30 | Add missing test data | Simon Ogorodnik | |
2017-11-29 | Add test for wide range since kotlin versions | Simon Ogorodnik | |
2017-11-29 | Support wide-range Since Kotlin versions | Simon Ogorodnik | |
2017-11-27 | Add language version arguments | Simon Ogorodnik | |
2017-11-24 | Use kotlin-ide-common with fixed package docs resolution | Simon Ogorodnik | |
2017-11-24 | Set readTimeout in ExternalDocumentationLinkResolver | Simon Ogorodnik | |
2017-11-24 | Add warning on unresolved link in packageDocs | Simon Ogorodnik | |
2017-11-23 | Don't require JavaPluginConvention | Simon Ogorodnik | |
2017-11-23 | Fix compilation, after enabling JSR305 | Simon Ogorodnik | |
2017-11-23 | Clarify Kotlin Versions and config in project | Simon Ogorodnik | |
2017-11-23 | Fix bundling of kotlin-runtime & reflect into Gradle plugin | Simon Ogorodnik | |
Fix #219 | |||
2017-11-23 | Cleanup GH-222 a bit | Simon Ogorodnik | |
2017-11-22 | Add new "suppress" per-package option. | Chris Rankin | |
2017-11-22 | Add "suppress" to the per-package configuration options. | Chris Rankin | |
2017-11-22 | Use / for receiver parameter signature | Simon Ogorodnik | |
2017-11-21 | Fix suppressing of companion when it implements some interface | Simon Ogorodnik | |
2017-11-21 | Auto-expand type-aliases excluded from documentation | Simon Ogorodnik | |
2017-11-21 | Do not suppress Companions when it's extends/implements something | Simon Ogorodnik | |
2017-11-21 | Fix reporting of FileComparisonFailure by adding idea_rt dependency | Simon Ogorodnik | |
2017-11-21 | Fix find node by signature when referencing type parameter | Simon Ogorodnik | |
2017-11-21 | Fix find node by signature when linking to extension with Type Param | Simon Ogorodnik | |
2017-11-21 | More info in can't find node by signature | Simon Ogorodnik | |
2017-11-21 | Hard-code language version | Simon Ogorodnik | |
2017-11-20 | Support receiver reference | Simon Ogorodnik | |
2017-11-20 | Advance Kotlin Compiler version to pinned | Simon Ogorodnik | |
2017-11-14 | Handle indent correctly, Add tests for assertTrue/False samples | Simon Ogorodnik | |
2017-11-14 | Support assertFalse and message in assertTrue/assertFalse | Ilya Gorbunov | |
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-09 | Use maven to resolve kotlin-compiler dependency instead of ivy | Simon Ogorodnik | |