Skip to content

Commit

Permalink
build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
redcarrot1 committed Dec 26, 2023
1 parent f7cc275 commit 0ed939f
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 @@ -31,8 +31,13 @@ dependencies {
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
}

tasks.named('test') {
useJUnitPlatform()
}

jar {
enabled = false
}

0 comments on commit 0ed939f

Please sign in to comment.