Update vtm-web modules (#240) #51

This commit is contained in:
Izumi Kawashima
2016-11-20 17:37:01 +09:00
committed by Emux
parent bfa5a095f0
commit 308497ffa6
16 changed files with 1410 additions and 752 deletions

View File

@@ -15,6 +15,7 @@ allprojects {
ext.androidBuildVersionTools = "25.0.0"
ext.gdxVersion = "1.9.4"
ext.gwtVersion = "2.7.0"
if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {