1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-18 20:31:16 +02:00

Update Fabric to 1.17, fix version placeholder filtering

This commit is contained in:
Luck
2021-08-20 18:46:39 +01:00
parent ba522597a8
commit 93683c3a2f
12 changed files with 18 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ dependencies {
processResources {
filesMatching('plugin.yml') {
expand 'version': project.ext.fullVersion
expand 'pluginVersion': project.ext.fullVersion
}
}

View File

@@ -1,5 +1,5 @@
name: LuckPerms
version: @pluginVersion@
version: ${pluginVersion}
description: A permissions plugin
author: Luck
website: https://luckperms.net