Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added license to jar file
  • Loading branch information
benfortuna committed Nov 24, 2016
1 parent 3f02077 commit c8e9492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions build.gradle
Expand Up @@ -37,6 +37,12 @@ dependencies {
'com.sun.mail:javax.mail:1.5.4', 'org.slf4j:slf4j-log4j12:1.7.10'
}

jar {
from(project.rootDir) {
include "LICENSE.txt"
}
}

javadoc {
if (JavaVersion.current().isJava8Compatible()) {
options.addStringOption('Xdoclint:none', '-quiet')
Expand Down

0 comments on commit c8e9492

Please sign in to comment.