Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kjozsa committed Nov 14, 2024
1 parent 566e8db commit 8c39082
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,12 @@ task enhanceJPA(type: JavaExec) {
}

main = 'org.eclipse.persistence.tools.weaving.jpa.StaticWeave'
args = ['-persistenceinfo', enhancementDir, enhancementDir, enhancementDir]
args = [
'-persistenceinfo',
enhancementDir,
enhancementDir,
enhancementDir
]
classpath = sourceSets.main.runtimeClasspath

doLast {
Expand Down

0 comments on commit 8c39082

Please sign in to comment.