Skip to content

Commit

Permalink
Merge branch '3.1.x'
Browse files Browse the repository at this point in the history
Closes gh-2548
  • Loading branch information
marcusdacoregio committed Oct 23, 2023
2 parents 5963ff6 + aff045a commit 5225bd1
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 824 deletions.
25 changes: 0 additions & 25 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ plugins {
}

apply plugin: 'io.spring.convention.root'
apply plugin: 'org.springframework.security.update-dependencies'

group = 'org.springframework.session'
description = 'Spring Session'
Expand All @@ -57,27 +56,3 @@ nohttp {
source.exclude "spring-session-docs/.gradle/nodejs/**"
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"
repository = "spring-session"
}
dependencyExcludes {
majorVersionBump()
minorVersionBump()
alphaBetaVersions()
snapshotVersions()
}
setFiles({
return [
project.file("gradle/dependency-management.gradle"),
project.file("buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy")
]
})
}
6 changes: 1 addition & 5 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id "java-gradle-plugin"
id "java"
id "groovy"
id 'com.apollographql.apollo' version '2.4.5'
}

sourceCompatibility = JavaVersion.VERSION_11
Expand Down Expand Up @@ -47,10 +46,6 @@ gradlePlugin {
id = "org.springframework.propdeps"
implementationClass = "org.springframework.gradle.propdeps.PropDepsPlugin"
}
updateDependencies {
id = "org.springframework.security.update-dependencies"
implementationClass = "org.springframework.security.convention.versions.UpdateDependenciesPlugin"
}
}
}

Expand Down Expand Up @@ -78,6 +73,7 @@ dependencies {
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0'
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
implementation libs.com.squareup.okhttp3.okhttp

testImplementation platform('org.junit:junit-bom:5.8.1')
testImplementation "org.junit.jupiter:junit-jupiter-api"
Expand Down
7 changes: 7 additions & 0 deletions buildSrc/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dependencyResolutionManagement {
versionCatalogs {
libs {
from(files("../gradle/libs.versions.toml"))
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5225bd1

Please sign in to comment.