jiakuan / gwt-gradle-plugin

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

Gradle 8 compatibility #66

Closed mkm-dt closed 1 year ago

mkm-dt commented 1 year ago

There are gradle 8 deprecation warnings like these when importing into IDEA:

Resolution of the configuration :foo:gwt was attempted from a context different than the project context. Have a look at the documentation to understand why this is a problem and how it can be resolved. This behaviour has been deprecated and is scheduled to be removed in Gradle 8.0. See https://docs.gradle.org/7.6-rc-3/userguide/viewing_debugging_dependencies.html#sub:resolving-unsafe-configuration-resolution-errors for more details. Resolution of the configuration :foo:gwtSdk was attempted from a context different than the project context. Have a look at the documentation to understand why this is a problem and how it can be resolved. This behaviour has been deprecated and is scheduled to be removed in Gradle 8.0. See https://docs.gradle.org/7.6-rc-3/userguide/viewing_debugging_dependencies.html#sub:resolving-unsafe-configuration-resolution-errors for more details.

I can try to come up with a fix, since this is important for us.

jiakuan commented 1 year ago

Thanks for the pull request, I will have a look shortly.