Skip to content

Commit

Permalink
FDP-2896: plugin config
Browse files Browse the repository at this point in the history
Signed-off-by: Loes Immens <loes.immens@alliander.com>
  • Loading branch information
loesimmens committed Feb 25, 2025
1 parent c44a089 commit 3f17595
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,20 @@ plugins {
alias(libs.plugins.sonarqube)
alias(libs.plugins.spotless)
alias(libs.plugins.eclipse)
alias(libs.plugins.gradleWrapperUpgrade)
}

version = System.getenv("GITHUB_REF_NAME")?.replace("/", "-")?.lowercase() ?: "develop"

wrapperUpgrade {
gradle {
register("sng-coap-http-proxy") {
repo.set("OSGP/sng-coap-http-proxy")
baseBranch.set("main")
}
}
}

sonar {
properties {
property("sonar.host.url", "https://sonarcloud.io")
Expand Down

0 comments on commit 3f17595

Please sign in to comment.