Closed mkm-dt closed 2 years 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.
Thanks for the pull request, I will have a look shortly.
There are gradle 8 deprecation warnings like these when importing into IDEA:
I can try to come up with a fix, since this is important for us.