Skip to content

Commit

Permalink
Merge pull request #215 from vskurikhin/214-rename-spi-mapstruct-impl…
Browse files Browse the repository at this point in the history
…-to-spi-mapstruct

Fix #214 rename spi-mapstruct-impl to spi-mapstruct
  • Loading branch information
vskurikhin authored Oct 29, 2024
2 parents 7287838 + dc73dbc commit 11cf23f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
annotationProcessor "org.mapstruct:mapstruct-processor:$libVers.mapstruct"
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.0"
annotationProcessor "org.projectlombok:lombok:$libVers.lombok"
annotationProcessor project(":spi-mapstruct-impl")
annotationProcessor project(":spi-mapstruct")

liquibaseRuntime 'info.picocli:picocli:4.6.3'
liquibaseRuntime group: 'org.slf4j', name: 'slf4j-api', version: libVers.slf4j
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pluginManagement {
}
rootProject.name = 'DayBook-3'
rootProject.buildFileName = 'build.gradle'
include 'spi-mapstruct-impl'
include 'spi-mapstruct'
include 'api-gateway'
File renamed without changes.

0 comments on commit 11cf23f

Please sign in to comment.