aboutsummaryrefslogtreecommitdiff
path: root/dokka-gradle-plugin
AgeCommit message (Collapse)Author
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the ↵Dmitry Jemerov
qualified name resolve problem in doc comments
2016-06-30fix Dokka up-to-date checks (KT-12323)Dmitry Jemerov
2016-03-31Mark the LinkMapping class as Serializable. Resolves #52Dmitry Jemerov
2016-03-20Update .idea project filesporokoro
2016-03-20Provide basic support for Android library projects and make the source ↵porokoro
directories configurable for the user
2016-02-040.9.6Dmitry Jemerov
2016-01-28support uploading to EAP repositoryDmitry Jemerov
2016-01-25reference EAP repository in build scriptDmitry Jemerov
2016-01-12Merge remote-tracking branch 'origin/master'Dmitry Jemerov
# Conflicts: # dokka-gradle-plugin/src/main/kotlin/main.kt
2016-01-12Merge pull request #48 from ingokegel/masterDmitry Jemerov
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements
2016-01-12allow specifying JDK version to use for JDK linksDmitry Jemerov
2016-01-06gradle plugin: up-to-date status did not consider include and sample filesingo
2016-01-06gradle plugin: The "includes" and "samples" properties now accept relative ↵ingo
file names and the list-typed properties are now more robust.
2016-01-06mavenLocal() in dependencies can mess up generated gradle libraries in ↵ingo
IntelliJ project
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2016-01-03dokka gradle tasks now know when they are up-to-date.ingo
2016-01-03Allow 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-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-040.9.3Dmitry Jemerov
2015-12-03configure Ant dependency so that it's visible in IntelliJDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-11-09update org to kotlin; working upload script for Maven pluginDmitry Jemerov
2015-11-05bintray upload work in progressDmitry Jemerov
2015-11-05update IDE configurationDmitry Jemerov
2015-11-05setup multi-project build; specify version in one place for all Gradle projectDmitry Jemerov