aboutsummaryrefslogtreecommitdiff
path: root/runners/maven-plugin
AgeCommit message (Collapse)Author
2020-06-18Implement default configurationssebastian.sellmair
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-04All modules page generationBłażej Kardyś
2020-05-20Merging of platform dependent hints in sourceset treeBłażej Kardyś
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-04-30Adds possibility to configure pluginsAndrzej Ratajczak
2020-03-31Fixed maven and CLI runners stdlib links bugFilip Zybała
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak
2020-03-23Adds working dokkaPlugins configuration tag to MavenAndrzej Ratajczak
2020-03-04Use JDK8 as the default versionKamil Doległo
2020-02-04Implements DokkaLogger interface by MavenDokkaLoggerAndrzej Ratajczak
2020-01-31Minor fixes, rewritten CrossPlatformExec.ktKamil Doległo
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo
2019-08-06Remove TODOsKamil Doległo
2019-05-28Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-devKrystianUjma
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt
2019-05-15Fix SinceKotlinKamil Doległo
2019-05-07remove multiplatform suport for mavenKrystianUjma
2019-05-07Merge branch 'multiplatform-support' of github.com:KrystianUjma/dokka into ↵KrystianUjma
multiplatform-support
2019-05-07fix maven build, add multiplatform and single configuration for maven runnerKrystianUjma
2019-04-26add multiplatform configuration for mavenKrystianUjma
2019-03-27Fix MavenKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-03-11Fix test, prohibit non-unix path style for dir propertyKrystianUjma
Update readme.md, allow only unix based path (dir property)
2019-02-19Cleanup httpSimon Ogorodnik
2018-12-21Refactor maven-plugin buildEugene Petrenko
download maven from Gradle, bump maven plugin tools version
2018-12-13Fix IDEA InspectionsXerus
2018-09-11download maven from GradleEugene Petrenko
2018-09-06Drop unnecessary properties in SourceRootZubakov
2018-08-01Refactoring, replace DocumentationOption with PassConfigurationaleksZubakov
2018-07-16Merge branch 'devsite-fixes-backport' into dev-multiplatfaleksZubakov
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt
2018-07-14Support noJdkLink in MavenSimon Ogorodnik
2018-07-10Add js platform supportaleksZubakov
2018-05-16Fix lookup of tools.jar in Maven runnerSimon Ogorodnik
Fix #272
2018-02-01Fix publication POM for maven-pluginSimon Ogorodnik
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-23Clarify Kotlin Versions and config in projectSimon Ogorodnik
2017-11-22Add "suppress" to the per-package configuration options.Chris Rankin
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-06-16Update gradle to 4.0Simon Ogorodnik
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
Such as packageOptions, impliedPlatforms and so on
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov