Skip to content

Commit

Permalink
Run CI with --scan gradle flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zishkaz committed Oct 2, 2024
1 parent 942af48 commit bc8e331
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build and run tests
run: |
./gradlew build --no-daemon -PcpythonActivated=true
./gradlew build --no-daemon -PcpythonActivated=true --scan
- name: Run Detekt
run: |
Expand Down
11 changes: 11 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ pluginManagement {
}
}
}

plugins {
`gradle-enterprise`
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}

0 comments on commit bc8e331

Please sign in to comment.