Skip to content

Instantly share code, notes, and snippets.

@avvero
Last active February 5, 2018 11:00
Show Gist options
  • Select an option

  • Save avvero/cefe10298ac0f750b82f6b72a5a08f8c to your computer and use it in GitHub Desktop.

Select an option

Save avvero/cefe10298ac0f750b82f6b72a5a08f8c to your computer and use it in GitHub Desktop.
#gradle #include additional single file to #resources
processResources {
from ('.') {include 'CHANGELOG.md'}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment