This commit is contained in:
@@ -42,6 +42,15 @@ dependencies {
|
||||
implementation("org.projectlombok:lombok:1.18.42")
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.42'
|
||||
implementation 'com.google.firebase:firebase-admin:9.9.0'
|
||||
|
||||
|
||||
|
||||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation("org.testcontainers:postgresql:1.21.3")
|
||||
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
|
||||
testImplementation("org.mockito:mockito-inline:5.2.0")
|
||||
testImplementation 'org.mockito:mockito-core'
|
||||
}
|
||||
|
||||
generateJava {
|
||||
@@ -52,4 +61,8 @@ generateJava {
|
||||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
|
||||
jvmArgs += [
|
||||
"-javaagent:${configurations.testRuntimeClasspath.find { it.name.contains('byte-buddy-agent') }}"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user