Gradle 3.x/4.x compatibility.#112
Conversation
|
Sadly, I suppose Steffen has no time for merging your pull request; he effectivley did not update this project since 2015. For people like us using Gradle on GWT projects nowadays(!), this is a very bad condition. I even thought about migrating our project to Maven; but I hate to do so. If I had deeper knowledge of GWT and Gradle, I would fork this project and work on the fork. Is there anyone here interested in doing this? |
|
@carlolf |
|
@axls : I saw this Putnami Plugin, but it seems just to be a clone of this plugin here. |
|
@axls @carlolf @steffenschaefer I found this plugin is quite useful for my GWT development, although there were no updates in latest two or three years. I forked this repo here https://github.com/jiakuan/gwt-gradle-plugin and I plan to continue the maintenance of this project. I changed the group id to I have upgraded Gradle to 4.0.1 and upgraded GWT to 2.8.1, including the changes in this pull request. Additionally, I generated a nicer documentation site here: http://gwt-gradle-plugin.documentnode.io/ Please feel free to use the new version I created, and create new issues in my fork site when you see any issues. |
|
@jiakuan Great. I'll try it. Thank you. |
This PR makes possible to use plugin with gradle 3.x/4.x.