Skip to content

Commit

Permalink
Remove sout
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed May 24, 2018
1 parent 701d36a commit a9350f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distribution/packages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Closure commonPackageConfig(String type, boolean oss) {
eachFile { FileCopyDetails fcp ->
String[] segments = fcp.relativePath.segments
for (int i = segments.length - 2; i > 0 && segments[i] != 'lib'; --i) {
System.out.println(segments[0..i])
directory('/' + segments[0..i].join('/'), 0755)
}
}
Expand All @@ -143,7 +142,6 @@ Closure commonPackageConfig(String type, boolean oss) {
eachFile { FileCopyDetails fcp ->
String[] segments = fcp.relativePath.segments
for (int i = segments.length - 2; i > 0 && segments[i] != 'modules'; --i) {
System.out.println(segments[0..i])
directory('/' + segments[0..i].join('/'), 0755)
}
}
Expand Down

0 comments on commit a9350f3

Please sign in to comment.