Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | Fix ant | Kamil Doległo | |
2019-03-19 | Fix kotlinx.cli dependency | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-11 | Fix test, prohibit non-unix path style for dir property | KrystianUjma | |
Update readme.md, allow only unix based path (dir property) | |||
2019-03-01 | Fix dokka runtime classpath configuration (#432) | Krystian Ujma | |
#316 Fixed | |||
2019-02-19 | Cleanup http | Simon Ogorodnik | |
2019-01-25 | Refine type safe configuration test | Paul Merlin | |
Signed-off-by: Paul Merlin <paul@gradle.com> | |||
2019-01-25 | Remove spurious whitespace | Paul Merlin | |
Signed-off-by: Paul Merlin <paul@gradle.com> | |||
2019-01-25 | Add type safe counterparts to Closure taking methods on DokkaTask | Paul Merlin | |
Signed-off-by: Paul Merlin <paul@gradle.com> | |||
2019-01-25 | Add integration test for type safe configuration | Paul Merlin | |
by leveraging Groovy's @CompileStatic Signed-off-by: Paul Merlin <paul@gradle.com> | |||
2019-01-25 | Add testData/ as input to :runners:gradle-integration-tests:test | Paul Merlin | |
so tests are run on changes in testData/ Signed-off-by: Paul Merlin <paul@gradle.com> | |||
2018-12-21 | Refactor maven-plugin build | Eugene Petrenko | |
download maven from Gradle, bump maven plugin tools version | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-10-29 | Fix gradle integration test data | Simon Ogorodnik | |
2018-10-03 | Introduce per-pass sinceKotlin | Simon Ogorodnik | |
2018-09-11 | download maven from Gradle | Eugene Petrenko | |
2018-09-11 | fix maven coordinates for the kotlinx.cli module | Eugene Petrenko | |
2018-09-11 | fix compilation around Gradle | Eugene Petrenko | |
2018-09-06 | Fixed default values in ant runner configuration | Zubakov | |
2018-09-06 | Drop unnecessary properties in SourceRoot | Zubakov | |
2018-08-27 | Ant runner default external links and classpath resolving fix | Zubakov | |
2018-08-17 | Temporarily merged new and old cli syntax | Zubakov Aleksey | |
2018-08-17 | Ant runner minor refactoring | Zubakov Aleksey | |
2018-08-17 | Ant runner mpp change | aleksZubakov | |
2018-08-11 | Cli parser refactoring | aleksZubakov | |
2018-08-10 | Boilerplate eliminating | aleksZubakov | |
2018-08-08 | Move extension function into companion object, passArguments inline | aleksZubakov | |
2018-08-06 | Change cli parser | aleksZubakov | |
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-16 | Merge branch 'devsite-fixes-backport' into dev-multiplatf | aleksZubakov | |
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt | |||
2018-07-14 | Support noJdkLink in Maven | Simon Ogorodnik | |
2018-07-14 | [backport] Support noJdkLink in cli | Simon Ogorodnik | |
Original: 9e11559 | |||
2018-07-14 | [backport] Introduce option to enable/disable jdk linking | Simon Ogorodnik | |
Original: 8e9e768 | |||
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2018-07-10 | Add js platform support | aleksZubakov | |
2018-05-18 | Enable suppression of generated files for Android plugin 3.2.0-alpha | Simon Ogorodnik | |
Fix #308 | |||
2018-05-16 | Fix lookup of tools.jar in Maven runner | Simon Ogorodnik | |
Fix #272 | |||
2018-03-07 | Fix early configuration resolving in Gradle Plugin | Simon Ogorodnik | |
Fixes #282 | |||
2018-02-20 | Update publish-plugin and fix publishing | Simon Ogorodnik | |
2018-02-01 | Fix publication POM for maven-plugin | Simon Ogorodnik | |
2018-01-31 | Fix dependencies in Gradle 4.5 | 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-15 | Add forgotten part of testData | 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 | 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-27 | Add language version arguments | Simon Ogorodnik | |