diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-02-20 10:51:27 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-02-20 10:51:56 +0100 |
commit | 6f6a16cdd2a49f7b50e8b0d2b75ef768a323eee7 (patch) | |
tree | 20850a9c3bec2cd17c7b3397a14da6fbaae3534b /build.gradle | |
parent | e9614e563a19907494020971b4620b657c2e11cf (diff) | |
download | pdf-as-4-6f6a16cdd2a49f7b50e8b0d2b75ef768a323eee7.tar.gz pdf-as-4-6f6a16cdd2a49f7b50e8b0d2b75ef768a323eee7.tar.bz2 pdf-as-4-6f6a16cdd2a49f7b50e8b0d2b75ef768a323eee7.zip |
Added WebDAV upload script for cadaver, fixed docs dir
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e8413256..b4812d04 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ def getCheckedOutGitCommitHash() { task docs(type: Javadoc) { source subprojects.collect {project -> project.sourceSets.main.allJava } classpath = files(subprojects.collect {project -> project.sourceSets.main.compileClasspath}) - destinationDir = new File(projectDir, 'docs') + destinationDir = new File(projectDir, 'docs/full') } |