diff options
author | Eric Wendelin <eric@gradle.com> | 2017-11-01 16:43:57 -0700 |
---|---|---|
committer | Simon Ogorodnik <simon.ogorodnik@gmail.com> | 2017-11-02 02:43:57 +0300 |
commit | d92518ab71a2b10cb50758cc6f6a20c55253ffea (patch) | |
tree | 879796d4069864a97270c8a808892a278bf0b60a /gradle | |
parent | 3a3baf1014b731957e46ba663ab961fcb5beb4a7 (diff) | |
download | dokka-d92518ab71a2b10cb50758cc6f6a20c55253ffea.tar.gz dokka-d92518ab71a2b10cb50758cc6f6a20c55253ffea.tar.bz2 dokka-d92518ab71a2b10cb50758cc6f6a20c55253ffea.zip |
Ensure build directory exists before generating POM into it (#236)
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
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c583957d..590f0e81 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip |