jiakuan / gwt-gradle-plugin

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

Use the Gradle task configuration avoidance API #57

Closed olivier97 closed 2 years ago

olivier97 commented 2 years ago

Defer task creation wherever possible; see also: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html

jiakuan commented 2 years ago

Thanks!

olivier97 commented 2 years ago

Thanks for merging my PR! Just curious: Do you plan on releasing a new version of this plugin in the near future?

jiakuan commented 2 years ago

1.1.17 has been released: https://plugins.gradle.org/plugin/org.wisepersist.gwt

olivier97 commented 2 years ago

Thanks!