Skip to content

Commit

Permalink
feat(BE) : firebase 의존성 추가 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
201724554 committed Feb 10, 2023
1 parent 18ca7cf commit fb1c395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions amatta_server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sourceCompatibility = '11'

repositories {
mavenCentral()
google()
}

dependencies {
Expand All @@ -35,6 +36,9 @@ dependencies {
annotationProcessor('org.projectlombok:lombok')
testAnnotationProcessor('org.projectlombok:lombok')
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.24'

implementation group: 'com.google.firebase', name: 'firebase-admin', version: '9.0.0'
implementation group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.17.2'
}

tasks.named('test') {
Expand Down

0 comments on commit fb1c395

Please sign in to comment.