Skip to content

Commit 1b04279

Browse files
erichaagdevrwinch
authored andcommitted
Connect build to ge.spring.io
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails. This change also allows the build to benefit from remote build caching, providing faster builds for all contributors. Additionally, the project will have access to all features of Gradle Enterprise such as: - Dashboards to view all historical build scans, along with performance trends over time - Build failure analytics for enhanced investigation and diagnosis of build failures - Test failure analytics to better understand trends and causes around slow, failing, and flaky tests
1 parent fa2c07f commit 1b04279

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:release-version: 2021.1.1
22
:dependency-management-plugin-version: 1.0.11.RELEASE
3-
= Spring Session BOM
3+
= Spring Session BOM image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Gradle Enterprise", link="https://ge.spring.io/scans?&search.rootProjectNames=spring-session-bom"]
44

55
This repository contains Spring Session Maven Bill of Materials (BOM).
66

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
version=2021.2.3-SNAPSHOT
22
springSessionCoreVersion=2.7.2
33
springSessionDataGeodeVersion=2.7.1
4+
org.gradle.caching=true

settings.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1+
pluginManagement {
2+
repositories {
3+
gradlePluginPortal()
4+
maven { url 'https://repo.spring.io/release' }
5+
}
6+
}
7+
8+
plugins {
9+
id 'com.gradle.enterprise' version '3.14.1'
10+
id 'io.spring.ge.conventions' version '0.0.14'
11+
}
12+
113
rootProject.name = 'spring-session-bom'

0 commit comments

Comments
 (0)