Merge pull request #222 from pymma/kafka

modify sonar
This commit is contained in:
Nicolas Héron 2021-02-08 19:13:57 +01:00 committed by GitHub
commit 4a68624b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
<profile> <profile>
<id>sonar</id> <id>sonar</id>
<properties> <properties>
<sonar.host.url>http://sonarqube.infra.pymma-software.net</sonar.host.url> <sonar.host.url>http://sonar.pymmainternal:9000</sonar.host.url>
<sonar.login>0b935500b338e4fd3f747b85964726e1b64c0d2d</sonar.login> <sonar.login>0b935500b338e4fd3f747b85964726e1b64c0d2d</sonar.login>
</properties> </properties>
<build> <build>