Skip to content

Commit

Permalink
[NOISSUE]
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
Jj! committed May 18, 2018
1 parent 400b99a commit 6a2fe86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'java'
id 'groovy'
id 'war'
id 'org.springframework.boot' version '2.0.0.RELEASE'
Expand Down Expand Up @@ -114,8 +113,11 @@ def generatedSrcDir = new File(buildDir, 'generated/src/main/java')

sourceSets {
main {
groovy {
srcDirs += ['src/main/groovy', 'src/main/java', generatedSrcDir]
}
java {
srcDirs += generatedSrcDir
srcDirs = []
}
}
}
Expand Down

0 comments on commit 6a2fe86

Please sign in to comment.