Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 542 Bytes

GWT3/J2CL compatible

GWT Event DOM

GWT Event DOM module for GWT 2 and J2CL.

Dependency

<dependency>
    <groupId>org.gwtproject.event</groupId>
    <artifactId>gwt-event-dom</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Instructions

To build gwt-event-dom:

  • run mvn clean install

on the parent directory.

To run the j2cl tests:

  • switch to the 'gwt-event-dom-j2cl-tests' directory
  • run mvn j2cl:clean & mvn j2cl:test