From: Martin Quinson Date: Tue, 1 Aug 2017 13:52:46 +0000 (+0200) Subject: try to fix sonar by specifying where the java binaries are X-Git-Tag: v3_17~297^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a6377fd6c3bd09a4ff5ccd72c1a55215d5891484 try to fix sonar by specifying where the java binaries are --- diff --git a/sonar-project.properties b/sonar-project.properties index bf87105017..e8694392ef 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -98,6 +98,7 @@ sonar.sourceEncoding=UTF-8 # Version of the used prog languages sonar.java.source=7 +sonar.java.binaries=CMakeFiles/simgrid-java_jar.dir,examples/java sonar.c.std=gnu11 sonar.cpp.std=gnu++11