We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0410e commit 94f46cbCopy full SHA for 94f46cb
nmcp/src/main/kotlin/nmcp/NmcpAggregationExtension.kt
@@ -29,7 +29,7 @@ interface NmcpAggregationExtension {
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")
+ "If you want to enable isolated projects, you should look at settings plugin or a convention plugin instead.")
33
fun publishAllProjectsProbablyBreakingProjectIsolation()
34
35
/**
0 commit comments