update gradle, fix #142 jeo dependencies

- featuring: travis makin trouble
This commit is contained in:
Hannes Janetzek
2015-03-19 13:22:02 +01:00
parent ecc26caec0
commit 35c22e68dc
5 changed files with 13 additions and 13 deletions

View File

@@ -58,8 +58,8 @@ Just import build.gradle
You can run gradle tasks directly (see also `./gradlew -q tasks`):<br/>
`./gradlew clean install` <br/> to build the libraries and add them to the local maven repository.<br/>
`./gradlew :vtm-android-example:run` <br/> to run the android example<br/>
`./gradlew :vtm-gdx-desktop:run` <br/>to run the desktop demo (only Linux64 and Win64 native libs are provided atm)<br/>
`./gradlew :vtm-gdx-html:jettyDraftWar` <br/>to run the webgl demo<br/>
`./gradlew :vtm-desktop:run` <br/>to run the desktop demo (only Linux64 and Win64 native libs are provided atm)<br/>
`./gradlew :vtm-web-app:jettyDraftWar` <br/>to run the webgl demo<br/>
## WebGL Demo