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
@@ -54,8 +58,8 @@ public class GradleDependencyConfiguration implements Serializable, Attributed {
54
58
booleanisCanBeResolved;
55
59
56
60
/**
57
-
* Indicates that this configuration is intended for exposing artifacts outside this project. A consumable configuration should not be declarable or resolvable.
58
-
* See <a href="https://docs.gradle.org/current/userguide/declaring_configurations.html#sec:configuration-flags-roles">Configuration flag roles</a>
61
+
* Indicates that this configuration is intended for exposing artifacts outside this project. A consumable configuration should not be declarable or resolvable.
62
+
* See <a href="https://docs.gradle.org/current/userguide/declaring_configurations.html#sec:configuration-flags-roles">Configuration flag roles</a>
59
63
*/
60
64
booleanisCanBeConsumed;
61
65
@@ -205,7 +209,7 @@ public List<GradleDependencyConfiguration> allExtendsFrom() {
0 commit comments