Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Vaneev <[email protected]>
  • Loading branch information
Warchant committed Jun 30, 2019
1 parent 88a0a76 commit 5333cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class DockerPlugin implements Plugin<Project> {
-XX:MaxRAMFraction=\${MAX_RAM_FRACTION} -XX:+UseContainerSupport \\
-XX:+PrintFlagsFinal -XshowSettings:vm \${JAVA_OPTIONS}"
"""
if (dockerConfig.files != null && !dockerConfig.files.isEmpty()) {
if (dockerConfig.files != null) {
// copy files from context dir to dst
dockerConfig.files.each { _, dst ->
// remove leading slash from path
Expand Down

0 comments on commit 5333cd1

Please sign in to comment.