Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | Provide basic support for Android library projects and make the source ↵ | porokoro | |
directories configurable for the user | |||
2016-01-12 | Merge remote-tracking branch 'origin/master' | Dmitry Jemerov | |
# Conflicts: # dokka-gradle-plugin/src/main/kotlin/main.kt | |||
2016-01-12 | Merge pull request #48 from ingokegel/master | Dmitry Jemerov | |
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements | |||
2016-01-12 | allow specifying JDK version to use for JDK links | Dmitry Jemerov | |
2016-01-06 | gradle plugin: up-to-date status did not consider include and sample files | ingo | |
2016-01-06 | gradle plugin: The "includes" and "samples" properties now accept relative ↵ | ingo | |
file names and the list-typed properties are now more robust. | |||
2016-01-04 | cleanup: remove redundant 'public' modifiers | Dmitry Jemerov | |
2016-01-03 | dokka gradle tasks now know when they are up-to-date. | ingo | |
2016-01-03 | Allow multiple dokka tasks for one project. | ingo | |
For example, if multiple formats should be generated, adding more tasks like task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) { outputFormat = 'javadoc' outputDirectory = "$buildDir/javadoc" } is now possible. | |||
2015-11-05 | setup multi-project build; specify version in one place for all Gradle project | Dmitry Jemerov | |