Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo | |
2019-05-07 | fix maven build, add multiplatform and single configuration for maven runner | KrystianUjma | |
2019-03-27 | Fix Maven | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2018-12-21 | Refactor maven-plugin build | Eugene Petrenko | |
download maven from Gradle, bump maven plugin tools version | |||
2018-05-16 | Fix lookup of tools.jar in Maven runner | Simon Ogorodnik | |
Fix #272 | |||
2018-02-01 | Fix publication POM for maven-plugin | Simon Ogorodnik | |
2017-11-23 | Clarify Kotlin Versions and config in project | Simon Ogorodnik | |
2017-11-02 | Ensure 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-24 | Fix building of maven plugin | Simon Ogorodnik | |
2017-10-08 | Update ShadowJar Gradle plugin to 2.0.1 | Simon Ogorodnik | |
2017-10-08 | Replace provided configuration with compileOnly | Simon Ogorodnik | |
2017-06-16 | Update gradle to 4.0 | Simon Ogorodnik | |
2017-01-17 | Fixed problems with 1.0.6 compiler conflict | Simon Ogorodnik | |
2016-12-08 | tools.jar (#125), Fixes #85, #58 | Simon Ogorodnik | |
Added hack to adjust publishing pom for maven Added hack to load tools.jar for cli | |||
2016-11-01 | Fix for CI builds #2 | Simon Ogorodnik | |
2016-11-01 | Fix for CI builds | 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 |