Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit bca5db0f6176d5299c7e6e7a658d754171210791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 2.4.0 build tools delay variant dependency analysis until needed,
thus we do the same; delay processing variant configurations until
Dokka task execution.
Changes also tested on Android Gradle 2.2.0 and 2.3.0.
|
|
|
|
Introduce PackageListService
#KT-16309 fixed
|
|
Such as packageOptions, impliedPlatforms and so on
|
|
|
|
|
|
|
|
GH-146 fixed
|
|
|
|
|
|
Support getting variantManager after android
build tools 2.3.0 API changes
Fix for issue #140
|
|
|
|
#KT-17016 fixed
|
|
|
|
|
|
(they can't be imported anyway)
|
|
specified in command line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added hack to adjust publishing pom for maven
Added hack to load tools.jar for cli
|
|
|
|
|
|
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
|