diff options
author | Vitaly Takmazov | 2018-04-02 16:47:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-02 16:47:02 +0300 |
commit | 5b5ca32a22e2e8e95c9bca86ce23d19c4a69f83d (patch) | |
tree | b65bd56a0a7fdd59ced863e4a0063ed6510840c0 /juick-notifications | |
parent | 22ee9166d87a9b6a853c25c5f2bb3ff95aacad35 (diff) |
xmpp: move to library project
Diffstat (limited to 'juick-notifications')
-rw-r--r-- | juick-notifications/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 83059bbe..28290424 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'java' -apply plugin: 'war' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' |