Skip to content

Commit

Permalink
[NOISSUE]
Browse files Browse the repository at this point in the history
fix configuration
  • Loading branch information
Jj! committed May 18, 2018
1 parent 6a2fe86 commit a6f2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def generatedSrcDir = new File(buildDir, 'generated/src/main/java')
sourceSets {
main {
groovy {
srcDirs += ['src/main/groovy', 'src/main/java', generatedSrcDir]
srcDirs = ['src/main/groovy', 'src/main/java', generatedSrcDir]
}
java {
srcDirs = []
Expand Down

0 comments on commit a6f2fd9

Please sign in to comment.