aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r--juick-notifications/build.gradle20
1 files changed, 0 insertions, 20 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
deleted file mode 100644
index 688f4eb9..00000000
--- a/juick-notifications/build.gradle
+++ /dev/null
@@ -1,20 +0,0 @@
-apply plugin: 'java'
-apply plugin: 'org.springframework.boot'
-
-dependencies {
- compile project(':juick-common')
- compile("org.springframework.boot:spring-boot-starter-websocket")
- implementation 'com.google.firebase:firebase-admin:6.5.0'
- compile 'com.turo:pushy:0.13.5'
-}
-
-compileJava.options.encoding = 'UTF-8'
-
-bootJar {
- launchScript()
-}
-
-configurations {
- all*.exclude module: 'commons-logging'
-}
-