Code formatting.
This commit is contained in:
parent
b50a026997
commit
e18fc4a9e9
1 changed files with 3 additions and 5 deletions
|
@ -28,16 +28,14 @@ def pkgLicenses = ['BSD 3-Clause']
|
||||||
def pkgIssueTrackerUrl = mavenUrl + '/issues'
|
def pkgIssueTrackerUrl = mavenUrl + '/issues'
|
||||||
def pkgLabels = ['jsp', 'tag library', 'http', 'status code', 'java']
|
def pkgLabels = ['jsp', 'tag library', 'http', 'status code', 'java']
|
||||||
|
|
||||||
def getVersion(isIncrement = false)
|
def getVersion(isIncrement = false) {
|
||||||
{
|
|
||||||
def propsFile = 'version.properties'
|
def propsFile = 'version.properties'
|
||||||
def majorKey = 'version.major'
|
def majorKey = 'version.major'
|
||||||
def minorKey = 'version.minor'
|
def minorKey = 'version.minor'
|
||||||
def patchKey = 'version.patch'
|
def patchKey = 'version.patch'
|
||||||
def metaKey = 'version.buildmeta'
|
def metaKey = 'version.buildmeta'
|
||||||
def preKey = 'version.prerelease'
|
def preKey = 'version.prerelease'
|
||||||
if (isIncrement)
|
if (isIncrement) {
|
||||||
{
|
|
||||||
ant.propertyfile(file: propsFile) {
|
ant.propertyfile(file: propsFile) {
|
||||||
entry(key: patchKey,
|
entry(key: patchKey,
|
||||||
type: 'int',
|
type: 'int',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue