-
Notifications
You must be signed in to change notification settings - Fork 27
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
Joris De Winne
committed
Nov 28, 2016
1 parent
521286c
commit 2e4c6d5
Showing
3 changed files
with
13 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
plugins { | ||
id "com.github.hierynomus.license" version "0.13.0" | ||
id "com.xebialabs.xlr.docker" version "1.2.1" | ||
id "com.github.hierynomus.license" version "0.13.0" | ||
id "com.xebialabs.xl.docker" version "1.0.0" | ||
} | ||
|
||
version="2.4.0" | ||
version = "2.5.0" | ||
|
||
apply plugin: 'java' | ||
apply plugin: 'idea' | ||
apply plugin: 'eclipse' | ||
apply plugin: 'maven' | ||
|
||
xlrDocker { | ||
compileVersion = 'v6.0.0.1' | ||
runVersion = 'v6.0.0.1' | ||
xlDocker { | ||
compileImage = 'xebialabs/xlr_dev_compile' | ||
compileVersion = 'v6.0.0.1' | ||
runImage = 'xebialabs/xlr_dev_run' | ||
runVersion = 'v6.0.0.1' | ||
runPortMapping = '15516:5516' | ||
} | ||
|
||
license { | ||
header rootProject.file('src/main/license/xebialabs_community.license') | ||
strictCheck false | ||
header rootProject.file('src/main/license/xebialabs_community.license') | ||
strictCheck false | ||
} | ||
1 |
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ xlr: | |
links: | ||
- xld | ||
ports: | ||
- "5516:5516" | ||
- "15516:5516" |