Skip to content

Instantly share code, notes, and snippets.

@cx0der
Created May 18, 2019 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cx0der/95e28ff991be8a93324aad2a9b4e3daa to your computer and use it in GitHub Desktop.
Save cx0der/95e28ff991be8a93324aad2a9b4e3daa to your computer and use it in GitHub Desktop.
build.gradle
distributions {
main {
contents {
from 'server', {
into 'bin/server'
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment