Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         copy {
  2.             from('src/main/resources') {
  3.                 include "**/${profile}_log4j.properties"
  4.                 rename {
  5.                     String fileName -> fileName.replace("${profile}_log4j", "ngc_log4j")
  6.                 }
  7.             }
  8.             into 'build/resources/main'
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement