Skip to content

Commit b198844

Browse files
committed
Use io.spring.gradle-enterprise-conventions
Adds support for build cache and build scans Closes gh-1713
1 parent 0f27bba commit b198844

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

settings.gradle

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

315
include 'spring-session-core'

0 commit comments

Comments
 (0)