Skip to content

Commit

Permalink
Update plugin com.gradle.enterprise to v3.12.3 (#308)
Browse files Browse the repository at this point in the history
* Update plugin com.gradle.enterprise to v3.12.3

* Remove explicit gradle test retry plugin

The Gradle Test Retry is now an implicit part of the Gradle Enterprise plugin

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
  • Loading branch information
renovate[bot] and puneetbehl authored Feb 15, 2023
1 parent b2757bc commit 3722236
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
classpath "org.gradle:test-retry-gradle-plugin:1.5.1"
}
}

Expand All @@ -19,7 +18,6 @@ apply plugin:"org.grails.grails-plugin"
apply plugin:"org.grails.internal.grails-plugin-publish"
apply plugin:"org.grails.grails-gsp"
apply plugin: "org.asciidoctor.jvm.convert"
apply plugin: "org.gradle.test-retry"

sourceCompatibility = 1.8
targetCompatibility = 1.8
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.3"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.2'
}

Expand Down

0 comments on commit 3722236

Please sign in to comment.