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 {
39
39
implementation(" org.xerial:sqlite-jdbc:3.36.0" )
40
40
implementation(" org.hibernate.orm:hibernate-community-dialects:6.2.7.Final" )
41
41
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" )
45
45
}
46
46
47
47
application {
@@ -79,4 +79,4 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
79
79
// fix formatting of type annotations
80
80
formatAnnotations()
81
81
}
82
- }
82
+ }
You can’t perform that action at this time.
0 commit comments