Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. jar {
  2. manifest {
  3. attributes(
  4. 'Class-Path': configurations.compile.collect { it.getName() }.join(' '),
  5. 'Main-Class': 'org.myorg.MainClass'
  6. )
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement