Fix missing javadoc tags

Make enemy AI a little bit slower

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
2019-10-21 14:52:47 -03:00
parent cbcb6d0d01
commit 7744b5ae6d
4 changed files with 20 additions and 24 deletions

View File

@@ -82,21 +82,6 @@ plugins.withType(DistributionPlugin) {
}
}
task createDocs {
def docs = file("$buildDir/docs")
outputs.dir docs
}
distributions {
main {
contents {
from(createDocs) {
into 'docs'
}
}
}
}
wrapper {
gradleVersion = '5.6.2'
}