Skip to content

Commit

Permalink
Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent
Browse files Browse the repository at this point in the history
error in Eclipse.
  • Loading branch information
mbrohl committed Feb 2, 2024
1 parent 3ebe5de commit a2f3ec8
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 a2f3ec8

Please sign in to comment.