Skip to content

Commit

Permalink
Migrate to com.gradle.develocity plugin
Browse files Browse the repository at this point in the history
Closes gh-373
  • Loading branch information
jonatan-ivanov committed Sep 6, 2024
1 parent 601e3c5 commit 27a330f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ pluginManagement {
}

plugins {
id 'com.gradle.enterprise' version '3.17.6'
id 'io.spring.develocity.conventions' version '0.0.19'
id 'com.gradle.develocity' version '3.18'
id 'io.spring.develocity.conventions' version '0.0.20'
}

rootProject.name = 'micrometer-docs'


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 'samples', 'docs-util'

0 comments on commit 27a330f

Please sign in to comment.