File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lesson_26/api/java/api_app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ dependencies {
3939 implementation(" org.xerial:sqlite-jdbc:3.36.0" )
4040 implementation(" org.hibernate.orm:hibernate-community-dialects:6.2.7.Final" )
4141 compileOnly(" org.projectlombok:lombok:1.18.38" )
42- annotationProcessor(" org.projectlombok:lombok:1.18.38" )
43- testCompileOnly(" org.projectlombok:lombok:1.18.38" )
44- testAnnotationProcessor(" org.projectlombok:lombok:1.18.38" )
42+ annotationProcessor(" org.projectlombok:lombok:1.18.38" )
43+ testCompileOnly(" org.projectlombok:lombok:1.18.38" )
44+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.38" )
4545}
4646
4747application {
@@ -79,4 +79,4 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
7979 // fix formatting of type annotations
8080 formatAnnotations()
8181 }
82- }
82+ }
You can’t perform that action at this time.
0 commit comments