You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before using a configuration, check that it has resolvable dependencies.
Each configuraiton must have at least one firstLevelModuleDependencies
that comes from a resolvable configuration.
This filters out deprecated configurations, like compile and runtime.
By allowing these configurations to be proccesed we incorrectly resolve
dependencies for them.
This test fixture ensures we only resolve a single version of 'tomcat-embed-core' when one subproject depends on another using the 'compile' configuration.
4
+
5
+
Changes made to the init.gradle now ensure empty configurations and dependencies that come from non-resolvable configurations are ignored.
0 commit comments