Skip to content

Commit

Permalink
Reapply "Fixed: Removes duplicate srcDirs entry for "src/main/groovy"…
Browse files Browse the repository at this point in the history
… to prevent"

This reverts commit c81a7ad.
The explanation is in OFBIZ-12888
I'll close INFRA-25456
  • Loading branch information
JacquesLeRoux committed Feb 5, 2024
1 parent 0d9ac6e commit 56bd57a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ sourceSets {

groovyScripts {
groovy {
srcDirs += getDirectoryInActiveComponentsIfExists('src/main/groovy')
compileClasspath += sourceSets.main.compileClasspath
compileClasspath += sourceSets.main.output
}
Expand Down

0 comments on commit 56bd57a

Please sign in to comment.