compile gwt with vtm-themes

This commit is contained in:
Hannes Janetzek
2014-02-23 16:12:29 +01:00
parent df7fa68787
commit 60f9ccc9f6
6 changed files with 30 additions and 136 deletions

View File

@@ -2,13 +2,13 @@ apply plugin: 'java'
apply plugin: 'maven'
sourceSets {
main.java.srcDirs = ['src']
main.resources.srcDirs = ['src']
main.java.srcDirs = ['src']
main.resources.srcDirs = ['src']
}
dependencies {
compile project(':vtm')
compile project(':vtm-themes')
compile files('../vtm-ext-libs/gdx/gdx.jar')
//compile "com.badlogicgames.gdx:gdx:$gdxVersion"
}
compile project(':vtm')
compile project(':vtm-themes')
compile files('../vtm-ext-libs/gdx/gdx.jar')
//compile "com.badlogicgames.gdx:gdx:$gdxVersion"
}