Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Fixing build to properly package icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Feb 20, 2018
1 parent 2ec6f6b commit aac4a2b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id "com.github.hierynomus.license" version "0.14.0"
id "com.xebialabs.xl.docker" version "1.1.0"
Expand All @@ -11,13 +9,11 @@ apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven'

//version = '4.1.11'

xlDocker {
compileImage = 'xebialabs/xlr_dev_compile'
compileVersion = 'v7.0.0.1'
compileVersion = 'v7.2.0.2'
runImage = 'xebialabs/xlr_dev_run'
runVersion = 'v7.0.0.1'
runVersion = 'v7.2.0.1'
runPortMapping = '15516:5516'
}

Expand All @@ -29,13 +25,6 @@ if (!project.hasProperty('release.useLastTag')) {
project.ext['release.useLastTag'] = true
}

processResources.configure {
filter ReplaceTokens, tokens: [
'project.version': version.toString(),
'project.name' : rootProject.name
]
}

license {
header rootProject.file('License.md')
strictCheck false
Expand Down

0 comments on commit aac4a2b

Please sign in to comment.