Skip to content

Commit

Permalink
spotless again
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 14, 2024
1 parent d62ee2b commit bf47af0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ check.dependsOn('cucumber')

dependencies {
annotationProcessor(
'org.projectlombok:lombok',
'org.mapstruct:mapstruct-processor',
'org.springframework.boot:spring-boot-configuration-processor'
)
'org.projectlombok:lombok',
'org.mapstruct:mapstruct-processor',
'org.springframework.boot:spring-boot-configuration-processor'
)

implementation(
project(':fineract-core'),
project(':fineract-loan'),
project(':fineract-accounting'),
project(':fineract-savings'),
'org.mapstruct:mapstruct'
)
project(':fineract-core'),
project(':fineract-loan'),
project(':fineract-accounting'),
project(':fineract-savings'),
'org.mapstruct:mapstruct'
)
}

// Properly declare task for JPA enhancement
Expand Down
4 changes: 2 additions & 2 deletions fineract-report/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ apply from: 'dependencies.gradle'
dependencies {
implementation(
project(':fineract-core')
)
)

testImplementation(
'org.junit.jupiter:junit-jupiter',
'org.mockito:mockito-core',
'org.mockito:mockito-junit-jupiter'
)
)
}

// Configuration for the modernizer plugin
Expand Down

0 comments on commit bf47af0

Please sign in to comment.