aboutsummaryrefslogtreecommitdiff
path: root/runners/maven-plugin/build.gradle
AgeCommit message (Collapse)Author
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo
2019-05-07fix maven build, add multiplatform and single configuration for maven runnerKrystianUjma
2019-03-27Fix MavenKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2018-12-21Refactor maven-plugin buildEugene Petrenko
download maven from Gradle, bump maven plugin tools version
2018-05-16Fix lookup of tools.jar in Maven runnerSimon Ogorodnik
Fix #272
2018-02-01Fix publication POM for maven-pluginSimon Ogorodnik
2017-11-23Clarify Kotlin Versions and config in projectSimon Ogorodnik
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-01-17Fixed problems with 1.0.6 compiler conflictSimon Ogorodnik
2016-12-08tools.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-01Fix for CI builds #2Simon Ogorodnik
2016-11-01Fix for CI buildsSimon Ogorodnik
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