Guest User

Untitled

a guest
Oct 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. VariableResolver<String> vr = build.getBuildVariableResolver();
  2.  
  3. String targets = Util.replaceMacro(this.targets,vr);
  4. targets = env.expand(targets);
Add Comment
Please, Sign In to add comment