Clarify native dependency versions

This commit is contained in:
NotMyFault
2021-05-07 22:12:14 +02:00
parent f690e14a14
commit 48815649a8
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ dependencies {
api(libs.slf4j)
runtimeOnly(libs.log4j) {
exclude(group = "org.slf4j")
because("Minecraft uses 2.8.1")
}
// Other libraries