You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/07/04 09:35:39 UTC

incubator-freemarker git commit: (Moved aggregateJavadoc output to a more standard location)

Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 e462a3af7 -> 763510b7f


(Moved aggregateJavadoc output to a more standard location)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/763510b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/763510b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/763510b7

Branch: refs/heads/3
Commit: 763510b7f5e561dda1b53a677232e2deb7b408f3
Parents: e462a3a
Author: ddekany <dd...@apache.org>
Authored: Tue Jul 4 11:35:25 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Tue Jul 4 11:35:25 2017 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/763510b7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 848cc35..8c566af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -369,7 +369,7 @@ subprojects {
 task aggregateJavadoc(type: Javadoc) {
     javadocCommons(delegate)
     title "${project.title} ${versionCanonical} API"
-    destinationDir = new File(project.buildDir, 'api')
+    destinationDir = new File(new File(project.buildDir, 'docs'), 'javadoc')
     // source-s and classpath-s are added later, in the afterEvaluate of subprojects!
 }