Updated GWT and Gradle versions

This commit is contained in:
Anuken 2018-05-02 11:45:33 -04:00
parent 3fcdfbd01a
commit b7a7e7dcc0
2 changed files with 2 additions and 10 deletions

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

View File

@ -1,8 +1,7 @@
apply plugin: "java"
//apply plugin: 'org.akhikhl.gretty'
gwt {
gwtVersion='2.8.0' // Should match the gwt version used for building the gwt backend
gwtVersion='2.8.2' // Should match the gwt version used for building the gwt backend
maxHeapSize="2G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"
@ -41,13 +40,6 @@ task distZip(type: Zip, dependsOn: dist){
destinationDir(file("build/dist-zipped"))
}
eclipseWtpFacet.doLast{
delete{
delete '.settings/org.eclipse.wst.common.project.facet.core.xml'
}
}
draftWar {
from "war"
}