Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. jar {
  2. from {
  3. configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement