mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Clarify native dependency versions
This commit is contained in:
@ -42,6 +42,7 @@ dependencies {
|
||||
api(libs.slf4j)
|
||||
runtimeOnly(libs.log4j) {
|
||||
exclude(group = "org.slf4j")
|
||||
because("Minecraft uses 2.8.1")
|
||||
}
|
||||
|
||||
// Other libraries
|
||||
|
Reference in New Issue
Block a user