You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than requiring modification of the plugin repository set to allow the RAT libraries to be resolved through a configuration tied to the host project's repositories the RAT libraries should be resolved through the pluginManagement repository set.
More directly, the following build.gradle.kts should work without needing mavenCentral() added to the project repository set:
Rather than requiring modification of the plugin repository set to allow the RAT libraries to be resolved through a configuration tied to the host project's repositories the RAT libraries should be resolved through the pluginManagement repository set.
More directly, the following build.gradle.kts should work without needing
mavenCentral()
added to the project repository set:The text was updated successfully, but these errors were encountered: