Skip to content

Commit 47aacf2

Browse files
committed
Upgrade Gradle Enterprise Plugin, Conventions
1 parent 29cbd0e commit 47aacf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ pluginManagement {
22
repositories {
33
mavenCentral()
44
gradlePluginPortal()
5-
maven { url 'https://repo.spring.io/plugins-release' }
5+
maven { url 'https://repo.spring.io/release' }
66
}
77
}
88

99
plugins {
10-
id 'com.gradle.enterprise' version '3.11.1'
11-
id "io.spring.ge.conventions" version "0.0.7"
10+
id 'com.gradle.enterprise' version '3.11.2'
11+
id "io.spring.ge.conventions" version "0.0.11"
1212
}
1313

1414
gradleEnterprise {

0 commit comments

Comments
 (0)