gradle: update GWT

This commit is contained in:
Hannes Janetzek 2014-11-03 01:36:24 +01:00
parent a85b435fb6
commit bf2909585b
3 changed files with 9 additions and 9 deletions

View File

@ -2,10 +2,10 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://github.com/steffenschaefer/gwt-gradle-plugin/raw/maven-repo/' }
maven { url 'http://dl.bintray.com/steffenschaefer/maven' }
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.4'
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.5'
}
}
@ -40,7 +40,7 @@ evaluationDependsOn(':vtm-web')
gwt {
gwtVersion='2.6.0'
gwtVersion='2.6.1'
modules 'org.oscim.web.VtmWebApp'
superDev {

View File

@ -2,10 +2,10 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://github.com/steffenschaefer/gwt-gradle-plugin/raw/maven-repo/' }
maven { url 'http://dl.bintray.com/steffenschaefer/maven' }
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.4'
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.5'
}
}
@ -40,7 +40,7 @@ evaluationDependsOn(':vtm-gdx')
evaluationDependsOn(':vtm-web')
gwt {
gwtVersion='2.6.0'
gwtVersion='2.6.1'
modules 'org.oscim.web.VtmWebJs'
superDev {

View File

@ -2,10 +2,10 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://github.com/steffenschaefer/gwt-gradle-plugin/raw/maven-repo/' }
maven { url 'http://dl.bintray.com/steffenschaefer/maven' }
}
dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.4'
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.5'
}
}
@ -40,7 +40,7 @@ evaluationDependsOn(':vtm-gdx')
evaluationDependsOn(':vtm-extras')
gwt {
gwtVersion='2.6.0'
gwtVersion='2.6.1'
modules 'org.oscim.gdx.VtmWeb'
superDev {