Updated jar file naming to match maven standards

This commit is contained in:
Sekwah 2021-05-05 02:14:25 +01:00
parent e8ecde5b4e
commit 7034eee7b2
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def sha = System.getenv("GITHUB_SHA");
def isDevBranch = !(branch && (branch.startsWith("refs/heads/release/") || branch.startsWith("refs/tags/")));
group = 'com.sekwah.advancedportals'
version = getPluginData("version") + '-snapshot' + (isDevBranch ? '-dev' : '')
version = getPluginData("version") + (isDevBranch ? '-SNAPSHOT' : '')
description = ""