mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-13 06:14:49 +01:00
Updated jar file naming to match maven standards
This commit is contained in:
parent
e8ecde5b4e
commit
7034eee7b2
@ -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 = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user