mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 12:06:17 +01:00
chore: setting the version for plugin.yml (#422)
This commit is contained in:
parent
7fbfe57506
commit
e13f1d54b3
@ -83,6 +83,13 @@ allprojects {
|
||||
buildSubmodules.finalizedBy build
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
def files = ["plugin.yml", "bungee.yml"]
|
||||
filesMatching(files) {
|
||||
expand(["pluginVersion": project.version])
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_16
|
||||
targetCompatibility = JavaVersion.VERSION_16
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
||||
name: AdvancedPortals
|
||||
version: 1.0.0
|
||||
version: ${pluginVersion}
|
||||
author: sekwah41
|
||||
description: An advanced portals plugin for bukkit.
|
||||
api-version: 1.13
|
||||
|
Loading…
Reference in New Issue
Block a user