Skip to content

Commit

Permalink
Update usage of Develocity plugin, wrapper-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfeo committed Apr 17, 2024
1 parent 0730dac commit 87b3381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ runs:
with:
distribution: zulu
java-version: 21
- name: Validate Gradle wrapper JAR
uses: gradle/actions/wrapper-validation@v3
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
add-job-summary-as-pr-comment: 'on-failure'
- name: Run Gradle
shell: bash
Expand Down
9 changes: 4 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version("3.17.2")
id("com.gradle.develocity") version("3.17.2")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand All @@ -19,10 +19,9 @@ dependencyResolutionManagement {
}
}

gradleEnterprise {
develocity {
buildScan {
publishAlways()
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"
}
}

0 comments on commit 87b3381

Please sign in to comment.