jiakuan / gwt-gradle-plugin

Gradle plugin to support GWT related tasks.
https://gwt-gradle.docstr.org
Other
63 stars 34 forks source link

Fix gradle 8 deprecations on IDEA Import, fixes #66 #67

Closed mkm-dt closed 1 year ago

mkm-dt commented 1 year ago

I'm not 100% certain about the isHasGwtTests part working perfectly, I don't think we have those.

jiakuan commented 1 year ago
plugins {
  id "org.docstr.gwt" version "1.1.23"
}

Have released a new version for this.