Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltOfTheFlame authored Jan 9, 2024
1 parent fb76f5a commit 99dfc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ repositories {
dependencies {
compileOnly libs.lombok
implementation libs.mapstruct

annotationProcessor libs.mapstructProcessor
annotationProcessor libs.lombok
annotationProcessor libs.lombokMapstructBinding
annotationProcessor libs.mapstructProcessor

testImplementation libs.bundles.junit5
}
Expand Down

0 comments on commit 99dfc2d

Please sign in to comment.