diff options
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') } |