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
Copy file name to clipboardExpand all lines: platforms/documentation/docs/src/docs/userguide/optimizing-builds/isolated_projects.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -503,12 +503,12 @@ Use the report to pinpoint the incompatible pieces of build logic and plugins.
503
503
An incompatible plugin can prevent you from getting the performance benefits of Isolated Projects.
504
504
It is best to report the incompatibilities as soon as possible so the plugin maintainers can address them, while you make your own build logic compatible.
505
505
506
-
3. Follow the <<sec:adoption_strategies,build-logic refactoring strategies>> to refactor your build logic and make it compatible.
506
+
3. Follow the <<sec:migration_strategies,build-logic refactoring strategies>> to refactor your build logic and make it compatible.
507
507
+
508
508
Remember that Isolated Projects violations only detect concrete instances of the problem, e.g. one specific project touching some mutable state of another.
509
509
It might not be enough to replace one API call with another to address the problem.
0 commit comments