mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Updated for Sonarcloud
This commit is contained in:
parent
5f4eefc18a
commit
8fc30ed4ad
2 changed files with 38 additions and 5 deletions
|
@ -2,6 +2,7 @@ plugins {
|
|||
`java-library`
|
||||
`maven-publish`
|
||||
signing
|
||||
id("org.sonarqube") version "3.5.0.2730"
|
||||
}
|
||||
|
||||
group = "com.uwyn"
|
||||
|
@ -18,6 +19,14 @@ java {
|
|||
}
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
properties {
|
||||
property("sonar.projectName", rootProject.name)
|
||||
property("sonar.projectKey", "gbevin_urlencoder")
|
||||
property("sonar.organization", "gbevin")
|
||||
property("sonar.host.url", "https://sonarcloud.io")
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue