Skip to content

Commit 94f46cb

Browse files
committed
update deprecation
1 parent 7b0410e commit 94f46cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface NmcpAggregationExtension {
2929
@Deprecated("publishAllProjectsProbablyBreakingProjectIsolation() breaks project isolation. This API is convenient" +
3030
"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" +
3131
"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")
32+
"If you want to enable isolated projects, you should look at settings plugin or a convention plugin instead.")
3333
fun publishAllProjectsProbablyBreakingProjectIsolation()
3434

3535
/**

0 commit comments

Comments
 (0)