mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-13 07:10:03 +01:00
Add loadOrder and version for sponge dependency
This commit is contained in:
parent
276310f950
commit
bb80b453ef
@ -38,7 +38,9 @@ sponge {
|
||||
}
|
||||
|
||||
dependency("spongeapi") {
|
||||
loadOrder(org.spongepowered.plugin.metadata.model.PluginDependency.LoadOrder.AFTER)
|
||||
optional(false)
|
||||
version("$spongeVersion")
|
||||
}
|
||||
// Dependencies
|
||||
// version is a *required* property (empty string works fine)
|
||||
|
Loading…
Reference in New Issue
Block a user