mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Hard-code version into plugin.yml
This commit is contained in:
parent
bf85ba5833
commit
6f3485c87d
2 changed files with 2 additions and 12 deletions
|
@ -7,16 +7,6 @@ dependencies {
|
|||
compile 'net.milkbowl.vault:VaultAPI:1.5'
|
||||
}
|
||||
|
||||
processResources {
|
||||
from('src/main/resources') {
|
||||
include 'plugin.yml'
|
||||
expand(
|
||||
name: project.parent.name,
|
||||
version: project.parent.version
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency(':Core'))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: $name
|
||||
name: PlotSquared
|
||||
main: com.plotsquared.bukkit.BukkitMain
|
||||
version: $version
|
||||
version: 3.3.0
|
||||
load: STARTUP
|
||||
description: >
|
||||
Easy, yet powerful Plot World generation and management.
|
||||
|
|
Loading…
Reference in a new issue