Home | History | Annotate | Download | only in gdx-tests-gwt

Lines Matching refs:gwt

20 gwt {
21 gwtVersion='2.6.0' // Should match the gwt version used for building the gwt backend
22 maxHeapSize="1G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
26 modules 'com.badlogic.gdx.tests.gwt.GdxTestsGwt'
27 devModules 'com.badlogic.gdx.tests.gwt.GdxTestsGwt'
44 task superDev(type: de.richsource.gradle.plugins.gwt.GwtSuperDev) {
47 gwt.modules = gwt.devModules
58 sourceSets.main.compileClasspath += files(project(':backends:gdx-backends-gwt').sourceSets.main.allJava.srcDirs)
59 sourceSets.main.compileClasspath += files(project(':extensions:gdx-box2d:gdx-box2d-gwt').sourceSets.main.allJava.srcDirs)
60 sourceSets.main.compileClasspath += files(project(':extensions:gdx-controllers:gdx-controllers-gwt').sourceSets.main.allJava.srcDirs)