jiakuan / gwt-gradle-plugin

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

Update group ID of GWT artifacts #60

Closed zbynek closed 2 years ago

zbynek commented 2 years ago

As of 2.10 the GWT artifacts will use org.gwtproject as group ID, the GWT_GROUP defined in https://github.com/jiakuan/gwt-gradle-plugin/blob/master/src/main/java/org/wisepersist/gradle/plugins/gwt/GwtBasePlugin.java#L54 should no longer be a constant but should depend on the version.

jiakuan commented 2 years ago

Relevant discussions: https://groups.google.com/g/Google-Web-Toolkit-Contributors/c/VB9YPN55H8M

jiakuan commented 2 years ago

org.gwtproject:gwt:2.10.0 has been released: https://github.com/gwtproject/gwt/releases/tag/2.10.0