File tree Expand file tree Collapse file tree
nmcp/src/main/kotlin/nmcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,10 @@ interface NmcpAggregationExtension {
2626 * Moving forward, use the `com.gradleup.nmcp.settings` or make a convention plugin that applies `com.gradleup.nmcp`
2727 * to all your projects.
2828 */
29- @Deprecated(" Use the settings plugin or a convention plugin instead" )
29+ @Deprecated(" publishAllProjectsProbablyBreakingProjectIsolation() breaks project isolation. This API is convenient" +
30+ " and there are no plans to remove it in the short term but it is marked as deprecated as a signal that it's not" +
31+ " compatible with the latest Gradle features.\n " +
32+ " If you want to enable isolated project, you should look using settings plugin or a convention plugin instead" )
3033 fun publishAllProjectsProbablyBreakingProjectIsolation ()
3134
3235 /* *
You can’t perform that action at this time.
0 commit comments