Dave Jarvis' Repositories

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

Put comment in correct place.

Authordjarvis <email>
Date2016-12-20 18:50:45 GMT-0800
Commit9fda5117febc2124028740b6956118705513945b
Parent6e58b22
Delta1 line added, 1 line removed
build.gradle
baseName = 'scrivenvar'
- // Remove digital signature files to ensure an executable JAR file.
doFirst {
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}
}
+ // Remove digital signature files to ensure an executable JAR file.
exclude 'META-INF/*.RSA', 'META-INF/*.SF','META-INF/*.DSA'