mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Updated GWT and Gradle versions
This commit is contained in:
parent
3fcdfbd01a
commit
b7a7e7dcc0
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
apply plugin: "java"
|
apply plugin: "java"
|
||||||
//apply plugin: 'org.akhikhl.gretty'
|
|
||||||
|
|
||||||
gwt {
|
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
|
maxHeapSize="2G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
|
||||||
minHeapSize="1G"
|
minHeapSize="1G"
|
||||||
|
|
||||||
@ -41,13 +40,6 @@ task distZip(type: Zip, dependsOn: dist){
|
|||||||
destinationDir(file("build/dist-zipped"))
|
destinationDir(file("build/dist-zipped"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
eclipseWtpFacet.doLast{
|
|
||||||
delete{
|
|
||||||
delete '.settings/org.eclipse.wst.common.project.facet.core.xml'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
draftWar {
|
draftWar {
|
||||||
from "war"
|
from "war"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user