-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
279 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,52 @@ | ||
import org.apache.tools.ant.filters.ReplaceTokens | ||
|
||
plugins { | ||
id "com.github.hierynomus.license" version "0.13.0" | ||
id "com.xebialabs.xldp" version "1.0.5" | ||
id "com.xebialabs.xl.docker" version "1.0.0" | ||
id "com.github.hierynomus.license" version "0.13.0" | ||
id "com.xebialabs.xldp" version "1.0.5" | ||
id "com.xebialabs.xl.docker" version "1.0.0" | ||
} | ||
|
||
xlDocker { | ||
compileImage = 'xebialabs/xld_dev_compile' | ||
compileVersion = 'v6.0.2.1' | ||
compileVersion = 'v6.1.0.1' | ||
runImage = 'xebialabs/xld_dev_run' | ||
runVersion = 'v6.0.2.1' | ||
runVersion = 'v6.1.0.1' | ||
runPortMapping = '14516:4516' | ||
} | ||
|
||
version="6.5.0" | ||
version = "7.0.0" | ||
|
||
apply plugin: 'java' | ||
apply plugin: 'idea' | ||
apply plugin: 'eclipse' | ||
apply plugin: 'maven' | ||
|
||
def apiVersion = '2015.6.3' | ||
def apiVersion = '2016.2.2' | ||
|
||
repositories { | ||
mavenLocal() | ||
mavenCentral() | ||
maven { | ||
credentials { | ||
username 'community-plugins' | ||
password 'community' | ||
} | ||
url 'http://nexus.xebialabs.com/nexus/content/repositories/releases' | ||
mavenLocal() | ||
mavenCentral() | ||
maven { | ||
credentials { | ||
username 'community-plugins' | ||
password 'community' | ||
} | ||
url 'http://nexus.xebialabs.com/nexus/content/repositories/releases' | ||
} | ||
} | ||
|
||
dependencies { | ||
compile "com.xebialabs.deployit:udm-plugin-api:$apiVersion" | ||
compile "com.xebialabs.deployit:udm-plugin-api:$apiVersion" | ||
} | ||
|
||
processResources.configure { | ||
filter ReplaceTokens, tokens: [ | ||
'project.version': version.toString(), | ||
'project.name': rootProject.name | ||
] | ||
filter ReplaceTokens, tokens: [ | ||
'project.version': version.toString(), | ||
'project.name' : rootProject.name | ||
] | ||
} | ||
|
||
license { | ||
header rootProject.file('src/main/license/xebialabs_community.license') | ||
strictCheck true | ||
header rootProject.file('src/main/license/xebialabs_community.license') | ||
strictCheck true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Tue Jan 03 13:04:20 PST 2017 | ||
#Tue Jan 31 16:24:16 PST 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.