Build: fix Javadoc archival in the Zest website
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/be0d9b09 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/be0d9b09 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/be0d9b09 Branch: refs/heads/develop Commit: be0d9b09d9b73b03b4845f2e993ae56a3f90590b Parents: a2ecaa4 Author: Paul Merlin <[email protected]> Authored: Tue Jul 7 12:16:44 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Tue Jul 7 12:16:44 2015 +0200 ---------------------------------------------------------------------- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/be0d9b09/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 44d0013..94c0416 100644 --- a/build.gradle +++ b/build.gradle @@ -545,11 +545,11 @@ task archiveJavadocs(type: Copy ) { if( rootProject.version == '0' || rootProject.version.contains( "SNAPSHOT" ) ) { - into( "$rootProject.projectDir/../qi4j.github.com/develop/javadocs/" ) + into( "$rootProject.projectDir/../zest-svn/site/content/qi4j/develop/javadocs/" ) } else { - into( "$rootProject.projectDir/../qi4j.github.com/$version/javadocs/" ) + into( "$rootProject.projectDir/../zest-svn/site/content/qi4j/$version/javadocs/" ) } from( 'build/docs/javadoc/' ) }
