Skip to content

Commit

Permalink
[0.9.0]
Browse files Browse the repository at this point in the history
Sonar configured
  • Loading branch information
GoodforGod committed Mar 8, 2022
1 parent de30d6b commit eb08f81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ spotless {
}
}

sonarqube {
properties {
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.organization", "goodforgod"
property "sonar.projectKey", "GoodforGod_http-common"
}
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit eb08f81

Please sign in to comment.