We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93355d commit 6dbc908Copy full SHA for 6dbc908
settings.gradle
@@ -12,13 +12,12 @@ pluginManagement {
12
repositories {
13
gradlePluginPortal()
14
mavenCentral()
15
- maven { url "https://repo.spring.io/plugins-release" }
16
}
17
18
19
plugins {
20
- id "com.gradle.enterprise" version "3.3.1"
21
- id "io.spring.gradle-enterprise-conventions" version "0.0.4"
+ id "com.gradle.enterprise" version "3.12.2"
+ id "io.spring.ge.conventions" version "0.0.13"
22
23
24
rootProject.name = "spring-asciidoctor-backends"
0 commit comments