Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. dependencies {
  2. testCompile group: 'junit', name: 'junit', version: '4.12'
  3. compile group: 'com.amazon.alexa', name: 'ask-sdk', version:'2.17.2'
  4. compile group: 'com.amazonaws', name: 'aws-lambda-java-log4j2', version:'1.1.0'
  5. }
  6. jar {
  7. from {
  8. configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement