aboutsummaryrefslogtreecommitdiff
path: root/gradle
AgeCommit message (Collapse)Author
2018-09-11gradle version re-fixed to 4.10Eugene Petrenko
2018-09-11gradle 4.10 + fix to the workaround around shadow pluginEugene Petrenko
2018-01-31Fix dependencies in Gradle 4.5Simon 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-24Update Gradle to 4.2.1Simon Ogorodnik
2017-10-08Update Gradle Version to 4.2Simon Ogorodnik
2017-06-16Update gradle to 4.0Simon Ogorodnik
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
2016-05-12update Gradle to 2.13Dmitry Jemerov
2015-11-05setup multi-project build; specify version in one place for all Gradle projectDmitry Jemerov