Migrate to com.gradle.develocity plugin

Closes gh-1770
This commit is contained in:
Joe Grandja
2024-10-16 19:32:32 -04:00
parent 3798a4d659
commit aa6fae928e
4 changed files with 10 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ on:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
jobs:
build:
name: Build

View File

@@ -5,6 +5,9 @@ on:
branches:
- '**'
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
jobs:
build:
name: Build

View File

@@ -15,9 +15,9 @@ springRelease {
replaceSnapshotVersionInReferenceDocUrl = true
}
if (hasProperty("buildScan")) {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use'
termsOfUseAgree = 'yes'
}
}

View File

@@ -5,8 +5,7 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.13.3"
id "io.spring.ge.conventions" version "0.0.13"
id "io.spring.develocity.conventions" version "0.0.22"
}
dependencyResolutionManagement {