Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | Fix lookup of tools.jar in Maven runner | Simon Ogorodnik | |
Fix #272 | |||
2018-05-16 | Avoid unnecessary logging. | Lukas Niemeier | |
2018-05-07 | Fix ClassCastException when generating JavaDoc | HÃ¥vard Kindem | |
Fixes #287 | |||
2018-03-23 | Fix external references to Java enum entries | Simon Ogorodnik | |
Fix #274 | |||
2018-03-07 | Fix early configuration resolving in Gradle Plugin | Simon Ogorodnik | |
Fixes #282 | |||
2018-03-07 | Bind language service back | Simon Ogorodnik | |
2018-02-22 | Merge branch 'refactoring-layout-service' into dev | Simon Ogorodnik | |
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 | Don't force bind LanguageService to KotlinLanguageService | Simon Ogorodnik | |
2017-12-15 | Normalize file path's when using as URI | 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-12-11 | Add description for javadoc format | Simon Ogorodnik | |
2017-12-11 | Fix file extensions when FormatService.extension != linkExtension | Simon Ogorodnik | |
2017-12-11 | Fix optional binding | Simon Ogorodnik | |
2017-12-05 | Tidy around | Simon Ogorodnik | |
2017-12-05 | Update testData | Simon Ogorodnik | |
2017-12-05 | Fix PackageListService to use NodeLocationAwareGenerator for links | Simon Ogorodnik | |
2017-12-05 | Uncomment and fix some special case tests | Simon Ogorodnik | |
2017-12-05 | Append line before file path in testData | Simon Ogorodnik | |
2017-12-05 | Check file path in testData, when more then one node | Simon Ogorodnik | |
2017-12-05 | Fix overriding of default analysis services | Simon Ogorodnik | |
2017-12-04 | Introduce test case with preset FileGenerator | Simon Ogorodnik | |
2017-12-02 | Update tests to new reality | Simon Ogorodnik | |
2017-12-02 | Add actual relativePathToNode function | Simon Ogorodnik | |
2017-12-02 | Revert Guice version to 3.0, to fix problems with Guava? | Simon Ogorodnik | |
2017-12-02 | Fix outline file names, fix incorrect placement of support files | Simon Ogorodnik | |
2017-12-02 | Remove categories to prevent injection errors | Simon Ogorodnik | |
When not NodeLocationAwareGenerator used | |||
2017-12-02 | Bind NodeLocationAwareGenerator to Generator | Simon Ogorodnik | |
2017-12-02 | Make possible to calculate path to root | Simon Ogorodnik | |
2017-12-02 | Extract Analysis components out of FormatDescriptor | Simon Ogorodnik | |
Fight with statically injected HtmlTemplateService | |||
2017-12-02 | Fix Javadoc format | Simon Ogorodnik | |
2017-12-02 | WIP: Refactoring, remove LocationService, rework FormatDescriptor | Simon Ogorodnik | |