Skip to content

Commit

Permalink
chore: (#286) remove mapstruct default argument
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Jan 10, 2023
1 parent 69a98f2 commit b0ff42b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions simtong-infrastructure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ dependencies {
testImplementation(Dependencies.S3MOCK)
}

kapt {
arguments {
arg("mapstruct.defaultComponentModel", "spring")
arg("mapstruct.unmappedTargetPolicy", "ignore")
}
}

allOpen {
annotation("javax.persistence.Entity")
annotation("javax.persistence.MappedSuperclass")
Expand Down

0 comments on commit b0ff42b

Please sign in to comment.