Advertisement
Guest User

Gradle Distribution Include Issue/Error

a guest
Oct 30th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.18 KB | None | 0 0
  1. distributions {
  2.     main {
  3.         baseName = "ZipName"
  4.          
  5.         contents {
  6.             from scripts
  7.             //include 'script.sh' #uncommeting this completely filters the automatic lib directory.
  8.         }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement