We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393faf3 commit 6541a84Copy full SHA for 6541a84
build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
annotationProcessor("io.github.openfeign.querydsl:querydsl-apt:7.0:jpa")
44
annotationProcessor("jakarta.persistence:jakarta.persistence-api:3.1.0")
45
annotationProcessor("jakarta.annotation:jakarta.annotation-api:2.1.1")
46
-
+
47
// JWT 의존성 추가
48
implementation("io.jsonwebtoken:jjwt-api:0.12.3")
49
implementation("io.jsonwebtoken:jjwt-impl:0.12.3")
@@ -68,4 +68,10 @@ dependencies {
68
69
tasks.withType<Test> {
70
useJUnitPlatform()
71
+}
72
73
+tasks.bootJar {
74
+ from("src/main/resources") {
75
+ include("ga4-service-account.json")
76
+ }
77
}
0 commit comments