Skip to content

Commit 5d45e1f

Browse files
committed
Simplify deprecation
1 parent 94f46cb commit 5d45e1f

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
@@ -27,7 +27,7 @@ interface NmcpAggregationExtension {
2727
* to all your projects.
2828
*/
2929
@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" +
30+
"and there are no plans to remove it but it is marked as deprecated as a signal that it's not" +
3131
"compatible with the latest Gradle features.\n" +
3232
"If you want to enable isolated projects, you should look at settings plugin or a convention plugin instead.")
3333
fun publishAllProjectsProbablyBreakingProjectIsolation()

0 commit comments

Comments
 (0)