jiakuan / gwt-gradle-plugin

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

Use org.gwtproject as group ID for GWT >= 2.10 #61

Closed zbynek closed 2 years ago

zbynek commented 2 years ago

Fixes #60

EDIT: checked with running code in SuperDev mode and with compiling to JS, both worked fine. Also all artifacts from ./gradlew :dependencies show the correct group ID.

zbynek commented 2 years ago

@jiakuan this is now ready, please check. What are your plans for the next release?

jiakuan commented 2 years ago

Great, thanks. I will check and create a new release tomorrow.

On Wed, 20 Jul 2022 at 4:59 pm, Zbynek Konecny @.***> wrote:

@jiakuan https://github.com/jiakuan this is now ready, please check. What are your plans for the next release?

— Reply to this email directly, view it on GitHub https://github.com/jiakuan/gwt-gradle-plugin/pull/61#issuecomment-1190014109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAECF5BVVLUIZAWR5XP2BVDVU65V5ANCNFSM526VTAFQ . You are receiving this because you were mentioned.Message ID: @.***>

jiakuan commented 2 years ago

A new version has been released:

plugins {
  id "org.wisepersist.gwt" version "1.1.19"
}