Skip to content

Commit

Permalink
use provided gwt version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-j committed Dec 26, 2018
1 parent d1ae16e commit a6e0904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/build.gradle
@@ -1,5 +1,5 @@
gwt {
gwtVersion='2.8.0' // Should match the gwt version used for building the gwt backend
gwtVersion=project.gwtVersion // Should match the gwt version used for building the gwt backend
maxHeapSize="1G" // Default 256m is not enough for gwt compiler. GWT is HUNGRY
minHeapSize="1G"

Expand Down

0 comments on commit a6e0904

Please sign in to comment.