Skip to content

gwtproject/gwt-safehtml

Repository files navigation

GWT Safe-HTML & Safe-CSS

GWT3/J2CL compatible License Chat on Gitter CI

A future-proof port of the com.google.gwt.safehtml.SafeHtml and com.google.gwt.safecssl.SafeCss GWT module, with no dependency on gwt-user (besides the Java Runtime Emulation), to prepare for GWT 3 / J2Cl.

Migrating from com.google.gwt.safehtml.SafeHtml

See: SafeHTML-Module

Migrating from com.google.gwt.safecss.SafeCss

See: SafeCSS-Module

Instructions

To build gwt-safehtml:

  • run mvn clean verify

on the parent directory. This will build the artifact and run tests against the JVM, J2CL, and GWT2.