vtm-web: fix javadoc

This commit is contained in:
Emux 2017-02-16 11:45:04 +02:00
parent 17356e5a2b
commit 58ecf60d9d

View File

@ -77,6 +77,10 @@ gwt {
// compileTask.dependsOn copyVtmAssets
//}
javadoc {
options.addStringOption("sourcepath", "")
}
if (project.hasProperty("SONATYPE_USERNAME")) {
afterEvaluate {
project.apply from: "${rootProject.projectDir}/deploy.gradle"