Last active
February 5, 2018 11:00
-
-
Save avvero/cefe10298ac0f750b82f6b72a5a08f8c to your computer and use it in GitHub Desktop.
#gradle #include additional single file to #resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| processResources { | |
| from ('.') {include 'CHANGELOG.md'} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment