Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion nmcp/src/main/kotlin/nmcp/NmcpAggregationExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ interface NmcpAggregationExtension {
* Moving forward, use the `com.gradleup.nmcp.settings` or make a convention plugin that applies `com.gradleup.nmcp`
* to all your projects.
*/
@Deprecated("Use the settings plugin or a convention plugin instead")
@Deprecated("publishAllProjectsProbablyBreakingProjectIsolation() breaks project isolation. This API is convenient" +
"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" +
"compatible with the latest Gradle features.\n" +
"If you want to enable isolated project, you should look using settings plugin or a convention plugin instead")
fun publishAllProjectsProbablyBreakingProjectIsolation()

/**
Expand Down