You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Chore] Upgrade to the Develocity plugin to remove build warnings (#4045)
## Summary
`com.gradle.enterprise` plugin has been deprecated in favor of
`com.gradle.develocity`. The use of the deprecated plugin ID and APIs
results in build time warnings like the following:
```
WARNING: The following functionality has been deprecated and will be removed in the next major release of the Develocity Gradle plugin. For assistance with migration, see https://gradle.com/help/gradle-plugin-develocity-migration.
- The deprecated "gradleEnterprise.buildScan.termsOfServiceUrl" API has been replaced by "develocity.buildScan.termsOfUseUrl"
- The deprecated "gradleEnterprise.buildScan.termsOfServiceAgree" API has been replaced by "develocity.buildScan.termsOfUseAgree"
- The "com.gradle.enterprise" plugin has been replaced by "com.gradle.develocity"
```
This PR updates the plugin ID and replaces the deprecated usage.
0 commit comments