Skip to content

Commit 7b0410e

Browse files
authored
Update deprecation message (#247)
1 parent 2ca915c commit 7b0410e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

nmcp/src/main/kotlin/nmcp/NmcpAggregationExtension.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)