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 20, 2024
1 parent af1a145 commit 11882a9
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 11882a9

Please sign in to comment.