We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3483b71 commit b3a5d01Copy full SHA for b3a5d01
.gitignore
@@ -2,9 +2,9 @@
2
# Those patterns should go in a global gitignore or repository-specific excludes.
3
# See http://www.gwtproject.org/makinggwtbetter.html#global_gitignore
4
5
-*/target/*
+target/
6
.flattened-pom.xml
7
8
# gwt caches and compiled units #
9
-war/gwt_bree/
+war/
10
gwt-unitCache/
pom.xml
@@ -64,7 +64,7 @@
64
<maven.license.plugin>3.0</maven.license.plugin>
65
<maven.surfire.plugin>3.0.0-M1</maven.surfire.plugin>
66
67
- <elemental2.version>1.0.0</elemental2.version>
+ <elemental2.version>1.1.0</elemental2.version>
68
<junit.version>4.12</junit.version>
69
</properties>
70
0 commit comments