Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | Fix a bug in CrossPlatformExec.kt that prevented Windows from running mvn | Kamil Doległo | |
2020-01-31 | Fix CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Minor fixes, rewritten CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo | |
2019-09-30 | Merge remote-tracking branch 'origin/master' into tmp--release--0.10.0 | Simon Ogorodnik | |
2019-02-15 | Update pom file to use 'compile' instead of 'runtime' (#393) | Tiem Song | |
This addresses Gradle 5.0 compatibility and fixes https://github.com/Kotlin/dokka/issues/388 | |||
2018-09-11 | fresh shadow plugin | Eugene Petrenko | |
2018-09-11 | gradle 4.10 + fix to the workaround around shadow plugin | Eugene Petrenko | |
2017-11-09 | Drop dependency on intellij-core-analysis | Simon Ogorodnik | |
Instead of it, download idea.jar and manually strip it Also, depends on same as kotlin-compiler openapi version | |||
2017-11-08 | Fix PluginXmlTransformer | Simon Ogorodnik | |
2017-11-03 | Fix pom generation for dokka-android-plugin | Simon Ogorodnik | |
Workaround for johnrengelman/shadow#334 | |||
2017-10-08 | Update ShadowJar Gradle plugin to 2.0.1 | Simon Ogorodnik | |
2016-11-01 | do not add ./ to command if linux | Simon Ogorodnik | |
2016-11-01 | Removed path relativize for commands | Simon Ogorodnik | |
2016-11-01 | Fix for CI builds #2 | Simon Ogorodnik | |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon 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 |