Skip to content

Commit

Permalink
Revert "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 a2f3ec8.
It seems to have creating the issue reported at INFRA-25456
  • Loading branch information
JacquesLeRoux committed Feb 3, 2024
1 parent 4b9fe4a commit c81a7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ sourceSets {

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

0 comments on commit c81a7ad

Please sign in to comment.