Skip to content

Commit 6dbc908

Browse files
committed
Upgrade Gradle Enterprise plugins
1 parent e93355d commit 6dbc908

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

settings.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ pluginManagement {
1212
repositories {
1313
gradlePluginPortal()
1414
mavenCentral()
15-
maven { url "https://repo.spring.io/plugins-release" }
1615
}
1716
}
1817

1918
plugins {
20-
id "com.gradle.enterprise" version "3.3.1"
21-
id "io.spring.gradle-enterprise-conventions" version "0.0.4"
19+
id "com.gradle.enterprise" version "3.12.2"
20+
id "io.spring.ge.conventions" version "0.0.13"
2221
}
2322

2423
rootProject.name = "spring-asciidoctor-backends"

0 commit comments

Comments
 (0)