Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Dec 1, 2023
1 parent d798399 commit a56dfcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,12 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")

annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
annotationProcessor("org.projectlombok:lombok:1.18.30")
annotationProcessor("org.projectlombok:lombok")
annotationProcessor("org.mapstruct:mapstruct-processor:${mapstructVersion}")
testAnnotationProcessor("org.projectlombok:lombok:1.18.30")
testAnnotationProcessor("org.projectlombok:lombok")
testAnnotationProcessor("org.mapstruct:mapstruct-processor:1.5.5.Final")
compileOnly("org.projectlombok:lombok:1.18.30")
testCompileOnly("org.projectlombok:lombok:1.18.30")
compileOnly("org.projectlombok:lombok")
testCompileOnly("org.projectlombok:lombok")

codacy("com.github.codacy:codacy-coverage-reporter:-SNAPSHOT")
}

0 comments on commit a56dfcb

Please sign in to comment.