aboutsummaryrefslogtreecommitdiff
path: root/runners
AgeCommit message (Collapse)Author
2019-03-11Fix test, prohibit non-unix path style for dir propertyKrystianUjma
Update readme.md, allow only unix based path (dir property)
2019-03-01Fix dokka runtime classpath configuration (#432)Krystian Ujma
#316 Fixed
2019-02-19Cleanup httpSimon Ogorodnik
2019-01-25Refine type safe configuration testPaul Merlin
Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Remove spurious whitespacePaul Merlin
Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Add type safe counterparts to Closure taking methods on DokkaTaskPaul Merlin
Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Add integration test for type safe configurationPaul Merlin
by leveraging Groovy's @CompileStatic Signed-off-by: Paul Merlin <paul@gradle.com>
2019-01-25Add testData/ as input to :runners:gradle-integration-tests:testPaul Merlin
so tests are run on changes in testData/ Signed-off-by: Paul Merlin <paul@gradle.com>
2018-12-21Refactor maven-plugin buildEugene Petrenko
download maven from Gradle, bump maven plugin tools version
2018-10-29Fix gradle integration test dataSimon Ogorodnik
2018-07-14Support noJdkLink in MavenSimon Ogorodnik
2018-07-14[backport] Support noJdkLink in cliSimon Ogorodnik
Original: 9e11559
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
Original: 8e9e768
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
Original: bf2945d
2018-05-18Enable suppression of generated files for Android plugin 3.2.0-alphaSimon Ogorodnik
Fix #308
2018-05-16Fix lookup of tools.jar in Maven runnerSimon Ogorodnik
Fix #272
2018-03-07Fix early configuration resolving in Gradle PluginSimon Ogorodnik
Fixes #282
2018-02-20Update publish-plugin and fix publishingSimon Ogorodnik
2018-02-01Fix publication POM for maven-pluginSimon Ogorodnik
2018-01-31Fix dependencies in Gradle 4.5Simon Ogorodnik
2018-01-30Use kotlin-test-junit in gradle-integration-testsSimon Ogorodnik
2018-01-29Update Gradle Kotlin Runtime dependencies version to 1.1Simon Ogorodnik
Dokka drops support for Gradle less then 3.5
2017-12-22Supports hacks for MPP documentation generationRoman Elizarov
2017-12-15Add forgotten part of testDataSimon Ogorodnik
2017-12-13Fix adding class directories to classpath Fixes #252Simon Ogorodnik
2017-12-11Add deprecation message for reportNotDocumented, in sake of #243Simon Ogorodnik
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-27Add language version argumentsSimon 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-22Add "suppress" to the per-package configuration options.Chris Rankin
2017-11-21Fix reporting of FileComparisonFailure by adding idea_rt dependencySimon Ogorodnik
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-08Download dependencies from TeamCitySimon 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-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-24Fix building of maven pluginSimon Ogorodnik
2017-10-08Update ShadowJar Gradle plugin to 2.0.1Simon Ogorodnik
2017-10-08Replace provided configuration with compileOnlySimon Ogorodnik
2017-07-20Add global configuration "includeNonPublic"Jonathan Haas