diff options
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r-- | juick-notifications/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 099e5e29..a8596755 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -15,6 +15,10 @@ dependencies { compileJava.options.encoding = 'UTF-8' +bootJar { + launchScript() +} + configurations { all*.exclude module: 'commons-logging' } |