Skip to content

Commit

Permalink
chore: work with develocity plugin (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr authored May 3, 2024
1 parent da0b6df commit da10245
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
- uses: gradle/wrapper-validation-action@v2
name: validate gradle wrapper
- uses: gradle/actions/setup-gradle@v3
with:
build-scan-publish: true
build-scan-terms-of-service-url: https://gradle.com/terms-of-service
build-scan-terms-of-service-agree: yes
name: Setup Gradle
id: setup-gradle
- name: Run gradle build
Expand Down
10 changes: 9 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
id 'com.gradle.enterprise' version '3.16.2'
id 'com.gradle.develocity' version '3.17.2'
}
develocity {
buildScan {
publishing.onlyIf { "true".equals(System.getProperty("envIsCi")) }
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}

rootProject.name = 'vldocking'

0 comments on commit da10245

Please sign in to comment.