Skip to content

Commit

Permalink
Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.…
Browse files Browse the repository at this point in the history
…6.5 (#105)

* Use the pre-installed Chrome driver when running on GitHub (#106)

The GitHub virtual environment already provides a Chrome and a matching Chrome driver.

For installed software see:
https://github.com/actions/virtual-environments/blob/ubuntu20/20220207.1/images/linux/Ubuntu2004-Readme.md#environment-variables-1

For available environment variables see:
https://docs.github.com/en/actions/learn-github-actions/environment-variables

Thanks to @darxriggs for suggesting the same in grails/grails-cache#123 plugin.

* Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.6.5

Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
3 people committed May 1, 2022
1 parent ed1e586 commit b84ce18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.gradle.enterprise" version "3.8.1"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.6.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.6.5'
}

gradleEnterprise {
Expand Down

0 comments on commit b84ce18

Please sign in to comment.