We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a7fae commit 39e5a6aCopy full SHA for 39e5a6a
pom.xml
@@ -56,6 +56,11 @@
56
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
57
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
58
59
+ <!-- Other properties -->
60
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
61
+ <sonar.projectKey>ComputerDaddyGuy_JFileTreePrettyPrinter</sonar.projectKey>
62
+ <sonar.organization>computerdaddyguy</sonar.organization>
63
+
64
</properties>
65
66
<dependencies>
0 commit comments