Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information