Skip to content

Commit

Permalink
updated to support nebula
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamato committed Feb 28, 2019
1 parent a9894ec commit f293ec9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven'

if (!project.hasProperty('release.scope')) {
project.ext['release.scope'] = 'patch'
}
if (!project.hasProperty('release.useLastTag')) {
project.ext['release.useLastTag'] = true
}

xlDocker {
compileImage = 'xebialabsunsupported/xlr_dev_compile'
compileVersion = 'v8.0.0.1'
Expand Down

0 comments on commit f293ec9

Please sign in to comment.