Files
postgres-json/gradle.properties
2021-07-01 01:06:57 +02:00

8 lines
358 B
INI

kotlin.code.style=official
kotlin_version=1.5.10
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.projectKey=postgres-json
systemProp.sonar.projectName=PostgresJson
systemProp.sonar.organization=flecomte
systemProp.sonar.java.coveragePlugin=jacoco
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/test/jacocoTestReport.xml