-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to GWT 2.11, clean up old gradle wiring #5576
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there something driving this change? I can't remember and it's not apparent from the PR description/no ticket is linked.
There is nothing inherent about this change that is necessary right away, but deals with various updates that have been missed over the years, and readies us for the upcoming 2.12 release which will assist with #188 in a few ways, and also give us the ability to create sourcemap files with contents baked in (rather than packing up many individual source files). |
Precursor to changes for #188 - updating to GWT 2.11 will make it smoother to follow up with additional updates. The GWT 2.10 release changed the groupId from com.google.gwt to org.gwtproject, but our Gradle plugin does not support the new groupId, so this patch also rewrites automatic dependencies added by the plugin to use the new version.