mojira / arisa-kt

:robot::sparkles: Run checks and perform automated tasks in Mojira
https://bugs.mojang.com
GNU General Public License v3.0
10 stars 6 forks source link

Use Gradle repository content filtering #749

Closed Marcono1234 closed 3 years ago

Marcono1234 commented 3 years ago

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