mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Add { transitive = false } to HV
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user