We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fb03e commit 2715416Copy full SHA for 2715416
pom.xml
@@ -67,6 +67,13 @@
67
<system>travis-ci</system>
68
<url>https://travis-ci.com/Inform-Software/sonar-groovy</url>
69
</ciManagement>
70
+ <distributionManagement>
71
+ <repository>
72
+ <id>bintray-tobix-sonar-groovy</id>
73
+ <name>TobiX-sonar-groovy</name>
74
+ <url>https://api.bintray.com/maven/tobix/sonar-groovy/sonar-groovy/;publish=1</url>
75
+ </repository>
76
+ </distributionManagement>
77
78
<properties>
79
<sonar.version>7.8</sonar.version>
0 commit comments