We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f46cb commit 5d45e1fCopy full SHA for 5d45e1f
nmcp/src/main/kotlin/nmcp/NmcpAggregationExtension.kt
@@ -27,7 +27,7 @@ interface NmcpAggregationExtension {
27
* to all your projects.
28
*/
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" +
+ "and there are no plans to remove it 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 projects, you should look at settings plugin or a convention plugin instead.")
33
fun publishAllProjectsProbablyBreakingProjectIsolation()
0 commit comments