File tree 2 files changed +3
-6
lines changed
gwt-core-gwt2-tests/src/test/java/org/gwtproject/core/client
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -212,10 +212,7 @@ public void testJsArrayString() {
212
212
assertEquals (0 , jsArray .length ());
213
213
}
214
214
215
- /**
216
- * Checks that get, length and set methods work even if the JS object
217
- * is not actual Array
218
- */
215
+ /** Checks that get, length and set methods work even if the JS object is not actual Array */
219
216
public void testFakeArray () {
220
217
JsArray <JsPoint > points = makeFakeArray ();
221
218
points .set (0 , makeJsPoint (1 , 2 ));
Original file line number Diff line number Diff line change 44
44
<inceptionYear >2019</inceptionYear >
45
45
46
46
<properties >
47
- <maven .j2cl.plugin>0.16-SNAPSHOT </maven .j2cl.plugin>
47
+ <maven .j2cl.plugin>0.20 </maven .j2cl.plugin>
48
48
<maven .resource.plugin>3.1.0</maven .resource.plugin>
49
49
50
50
<!-- CI -->
51
51
<vertispan .j2cl.repo.url>https://repo.vertispan.com/j2cl/</vertispan .j2cl.repo.url>
52
52
53
- <j2cl .version>0.8-SNAPSHOT </j2cl .version>
53
+ <j2cl .version>0.11.0-9336533b6 </j2cl .version>
54
54
</properties >
55
55
56
56
<dependencies >
You can’t perform that action at this time.
0 commit comments