hendi
09/15/2017, 1:14 PMjar {
manifest {
attributes(
'Class-Path': configurations.compile.collect { it.getName() }.join(' '),
'Main-Class': 'HelloWorldKt'
)
}
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
}