Skip to content

Commit

Permalink
Merge pull request #6684 from alvasw/ci_enable_build_scans
Browse files Browse the repository at this point in the history
CI: Enable build scans
  • Loading branch information
alejandrogarcia83 authored May 8, 2023
2 parents e7a29b1 + e5e09db commit ce4c119
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build
arguments: build --scan
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -522,3 +522,10 @@ configure(project(':apitest')) {
testRuntimeOnly(libs.junit.jupiter.engine)
}
}

if (hasProperty('buildScan')) {
buildScan {
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}
}
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,14 @@
<sha256 value="5788f3fa57cd4cb75db096d5286b948c8a8cb8897875759eda653a29758289d6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.11.4">
<artifact name="gradle-enterprise-gradle-plugin-3.11.4.jar">
<sha256 value="b4041a80894cfb0906d28bacf3dbba1a3b1c875ed5a2028b20bcd135d86bcb4d" origin="Generated by Gradle"/>
</artifact>
<artifact name="gradle-enterprise-gradle-plugin-3.11.4.module">
<sha256 value="c9fa8fc6f158b05a3d6279371c8a3b42f39fed085899a435bf28675d0f3728a3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.jfoenix" name="jfoenix" version="9.0.10">
<artifact name="jfoenix-9.0.10.jar">
<sha256 value="8060235fec5eb49617ec8d81d379e8c945f6cc722d0645e97190045100de2084" origin="Generated by Gradle"/>
Expand Down

0 comments on commit ce4c119

Please sign in to comment.