Skip to content

Commit

Permalink
[assembly] rename configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jub77 committed May 28, 2018
1 parent c833d48 commit 5a51e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafikon-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ plugins {
}

configurations {
runtime
assembly
}

dependencies {
runtime 'net.parostroj:grafikon-start'
assembly 'net.parostroj:grafikon-start'
}

task distribution(type: Zip) {
baseName = "grafikon"
version = scmVersion.distVersion
destinationDir = file("${buildDir}/dist")
from configurations.runtime
from configurations.assembly
from file("${projectDir}/src/main/scripts")
rename "grafikon-start.*", "grafikon.jar"
doFirst {
Expand Down

0 comments on commit 5a51e2f

Please sign in to comment.