Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
72
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 ('Main-Class': 'analyser.App',
  4. 'Class-Path': configurations.compile.collect { it.getName() }.join(' '))
  5. version '0.1.0'
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement