Advertisement
Guest User

Untitled

a guest
May 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. jar {
  2. exclude 'META-INF/*.inf', 'META-INF/*.MF', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA'
  3. from configurations.compile
  4. .filter { it.name =~ /org\.eclipse\..*\.jar/ }
  5. .collect { it.isDirectory() ? it : zipTree(it) }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement