Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

build.gradle: add images (for README.md) to distribution ZIP

AuthorKarl Tauber <email>
Date2016-02-12 18:30:34 GMT+0100
Commitdc157f71f2f95b3d8d21266d58a80a0399f82dc0
Parentc72b2dc
Delta3 lines added, 0 lines removed, 3-line increase
build.gradle
contents {
from { ['LICENSE', 'README.md'] }
+ into( 'images' ) {
+ from { 'images' }
+ }
}
}