Skip to content

Commit

Permalink
WIP Use only current releases for Gradle/dependency versions search
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Apr 19, 2024
1 parent 77c6103 commit de98378
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ configure(subprojects) {
}
}

tasks.named("dependencyUpdates").configure {
gradleReleaseChannel = true
}

sonar {
properties {
property "sonar.projectKey", System.getenv("SONAR_PROJECT_KEY") ?: "aim42_htmlSanityCheck"
Expand Down

0 comments on commit de98378

Please sign in to comment.