mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-27 17:45:27 +02:00
Add { transitive = false } to HV
This commit is contained in:

committed by
Alexander Söderberg

parent
5ae70743b1
commit
c58309b385
@@ -30,7 +30,7 @@ dependencies {
|
|||||||
exclude(module: "bukkit")
|
exclude(module: "bukkit")
|
||||||
}
|
}
|
||||||
implementation("me.clip:placeholderapi:2.10.4")
|
implementation("me.clip:placeholderapi:2.10.4")
|
||||||
compile("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT")
|
compile("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT"){ transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
Reference in New Issue
Block a user