aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-07-30 15:41:48 +0200
committerSonarTech <sonartech@sonarsource.com>2018-07-30 20:21:23 +0200
commit689a424f735e2a0a10d1ce4a8507748ae622c62a (patch)
treeeb6ff1718c9d2219174762ca3c84ee3401749ae7 /build.gradle
parentceeb414a646810d766a5727b8a8c2fe16a74e27e (diff)
downloadsonarqube-689a424f735e2a0a10d1ce4a8507748ae622c62a.tar.gz
sonarqube-689a424f735e2a0a10d1ce4a8507748ae622c62a.zip
Mark protobuf Java code as generated in Intellij
[skip ci]
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index d24aeef7a41..083d83b7706 100644
--- a/build.gradle
+++ b/build.gradle
@@ -269,6 +269,8 @@ subprojects {
module {
sourceDirs += file("${protobuf.generatedFilesBaseDir}/main/java")
testSourceDirs += file("${protobuf.generatedFilesBaseDir}/test/java")
+ generatedSourceDirs += file("${protobuf.generatedFilesBaseDir}/main/java")
+ generatedSourceDirs += file("${protobuf.generatedFilesBaseDir}/test/java")
}
}
}