mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Release fixes
This commit is contained in:
parent
4e2d08278f
commit
b520f8bfb6
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
def isPreRelease = project.version.endsWith('-pre')
|
def isPreRelease = project.version.endsWith('-pre')
|
||||||
def isFullRelease = !isPreRelease && !project.version.endsWith('-SNAPSHOT')
|
def isFullRelease = !isPreRelease && !project.version.endsWith('-SNAPSHOT')
|
||||||
def proj = project
|
def proj = project
|
||||||
def canonicalVersion = file('misc/canonical_version').text
|
|
||||||
|
|
||||||
jreleaser {
|
jreleaser {
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Reference in a new issue