Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checking for gradle enterprise plugin version in settings.gradle.kts file #720

Open
AnouarDoukkali opened this issue Jan 16, 2023 · 1 comment

Comments

@AnouarDoukkali
Copy link

hello, when I execute the task :dependencyUpdates , it does not check the gradle enterprise version in the settings.gradle.kts file

settings.gradle.kts:

plugins {
  id("com.gradle.enterprise").version("3.12.2")
}

gradleEnterprise {
    buildScan {
        termsOfServiceUrl = "https://gradle.com/terms-of-service"
        termsOfServiceAgree = "yes"
    }
}
@ben-manes
Copy link
Owner

See the comments in #367 for a proposal of how this might be done. PRs are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants