Skip to content

Commit

Permalink
[add] 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
DongWooKim4343 committed Dec 3, 2024
1 parent 89be081 commit dd1e912
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ dependencies {
//CSV 데이터 저장
implementation 'com.opencsv:opencsv:5.9'

implementation 'mysql:mysql-connector-java:8.0.33'

jar {
enabled = false
}
}

tasks.named('test') {
Expand Down

0 comments on commit dd1e912

Please sign in to comment.