Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Jul 19, 2023
2 parents 140008e + e89364c commit 646295a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ nohttp {
source.exclude "spring-session-docs/modules/ROOT/examples/**/build/**"
}

tasks.named("updateDependencies") {
// we aren't Gradle 8 compatible yet
checkForGradleUpdate = false
}

updateDependenciesSettings {
gitHub {
organization = "spring-projects"
Expand All @@ -59,9 +64,10 @@ updateDependenciesSettings {
alphaBetaVersions()
snapshotVersions()
}
addFiles({
setFiles({
return [
project.file("gradle/dependency-management.gradle")
project.file("gradle/dependency-management.gradle"),
project.file("buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy")
]
})
}

0 comments on commit 646295a

Please sign in to comment.