Closed Marcono1234 closed 3 years ago
This protects against dependencies being fetched from the wrong repository.
See https://docs.gradle.org/current/userguide/declaring_repositories.html#declaring_content_exclusively_found_in_one_repository
Declares that jira-client and logback-discord-appender dependencies can only be found in JitPack repository, and that Brigadier can only be found in the Mojang Maven repository.
docs
Purpose
This protects against dependencies being fetched from the wrong repository.
See https://docs.gradle.org/current/userguide/declaring_repositories.html#declaring_content_exclusively_found_in_one_repository
Approach
Declares that jira-client and logback-discord-appender dependencies can only be found in JitPack repository, and that Brigadier can only be found in the Mojang Maven repository.
Checklist
docs
folder