aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2023-04-17 20:51:21 +0200
committerJulien Gouesse <[email protected]>2023-04-17 20:51:21 +0200
commit161db091dfc977844d536e7c95d68abcaeffa41f (patch)
tree6da2fa160a666b94e60de68fc011ebd4b99fd5fa
parent008c7fb7091648ae8a278e44b3c26a32fb334d48 (diff)
Generates and publishes the aggregated Java API documentation
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index ffb9465..e6eaf7a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -158,6 +158,7 @@ dependencies {
tasks.register('publishJavadocToJogAmpArdor3d') {
description = 'Publishes all Javadoc API documentations produced by this project to the remote JogAmp directory.'
group = "Publishing"
+ dependsOn javadoc
def passphrase = project.property('JogAmpScpPassword')
ant.taskdef(name: 'scp', classname: 'org.apache.tools.ant.taskdefs.optional.ssh.Scp',
classpath: configurations.sshAntTask.asPath)