Skip to content

Commit

Permalink
Bump com.gradle.enterprise from 3.11.4 to 3.12 (#224)
Browse files Browse the repository at this point in the history
* Bump com.gradle.enterprise from 3.11.4 to 3.12

Bumps com.gradle.enterprise from 3.11.4 to 3.12.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove test-retry plugin as it is now a part of the gradle enterprise plugin

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexey Venderov <[email protected]>
  • Loading branch information
dependabot[bot] and c00ler authored Dec 13, 2022
1 parent 07920ba commit 95b7dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import org.jenkinsci.gradle.plugins.manifest.GenerateJenkinsManifestTask
import org.jenkinsci.gradle.plugins.jpi.deployment.CreateVersionlessLookupTask

plugins {
id 'org.gradle.test-retry' version '1.5.0'
id 'org.jenkins-ci.jpi' version '0.47.0'
id 'ru.vyarus.animalsniffer' version '1.6.0'
id 'com.github.spotbugs' version '5.0.13'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.gradle.enterprise' version '3.11.4'
id 'com.gradle.enterprise' version '3.12'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.2'
}

Expand Down

0 comments on commit 95b7dfe

Please sign in to comment.