Skip to content

Commit

Permalink
Merge branch '1.12.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed May 6, 2024
2 parents 30cf0b6 + 7623a0d commit 4ece662
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ subprojects {
excludeTags 'docker'
}

retry {
develocity.testRetry {
maxFailures = 5
maxRetries = 3
}
Expand Down
13 changes: 7 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.enterprise' version '3.17.2'
id 'com.gradle.develocity' version '3.17.2'
id 'io.spring.ge.conventions' version '0.0.17'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
Expand All @@ -14,14 +14,15 @@ rootProject.name = 'micrometer'

enableFeaturePreview("STABLE_CONFIGURATION_CACHE")

develocity {
server = 'https://ge.micrometer.io'
}

buildCache {
remote(HttpBuildCache) {
url = 'https://ge.micrometer.io/cache/'
remote(develocity.buildCache) {
server = 'https://ge.micrometer.io'
}
}
gradleEnterprise {
server = 'https://ge.micrometer.io'
}

include 'micrometer-commons', 'micrometer-core', 'micrometer-observation'

Expand Down

0 comments on commit 4ece662

Please sign in to comment.