Skip to content

Commit

Permalink
💚 fix jetty/tomcat loaders build
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Jul 1, 2015
1 parent 26ea906 commit 7fdd639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions comsat-jetty-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if(ext.java8) {
}
ssets.each { set ->
def jarTask = task("${set.name}Jar", type: Jar) {
from set.output
from { project.configurations["${set.name}Runtime"].collect { it.isDirectory() ? it : zipTree(it) } }
}

Expand Down
1 change: 1 addition & 0 deletions comsat-tomcat-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if(ext.java8) {
}
ssets.each { set ->
def jarTask = task("${set.name}Jar", type: Jar) {
from set.output
from { project.configurations["${set.name}Runtime"].collect { it.isDirectory() ? it : zipTree(it) } }
}

Expand Down

0 comments on commit 7fdd639

Please sign in to comment.