Skip to content

Commit

Permalink
Merge branch '1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed May 8, 2024
2 parents dbce25f + b9d41ec commit 0397d86
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 @@ -164,7 +164,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,21 +5,22 @@ 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'
}

rootProject.name = 'tracing'

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-tracing', 'micrometer-tracing-bom', 'benchmarks'

Expand Down

0 comments on commit 0397d86

Please sign in to comment.