Skip to content

Commit fef1aec

Browse files
authored
Update build.gradle.kts
1 parent 137f308 commit fef1aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repository/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
runtimeOnly("com.mysql:mysql-connector-j")
66

77
// JPA
8-
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
8+
api("org.springframework.boot:spring-boot-starter-data-jpa")
99

1010
// QueryDsl
1111
implementation("com.querydsl:querydsl-jpa:5.1.0:jakarta")
@@ -35,4 +35,4 @@ tasks.named("clean") {
3535
}
3636
tasks.bootJar {
3737
enabled = false
38-
}
38+
}

0 commit comments

Comments
 (0)