Skip to content

Commit

Permalink
Remove the explicit test-retry Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Behl committed May 22, 2023
1 parent 7902b71 commit fb24489
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
classpath "org.asciidoctor:asciidoctor-gradle-jvm:4.0.0-alpha.1"
classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.0"
classpath "org.grails.plugins:views-gradle:2.3.2"
classpath "org.gradle:test-retry-gradle-plugin:1.5.2"
}
}

Expand Down Expand Up @@ -196,7 +195,6 @@ subprojects { subproject ->
apply plugin: "java-library"
apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: "org.gradle.test-retry"

if(isGrails3PluginProject) {
apply plugin: "org.grails.grails-plugin"
Expand Down

0 comments on commit fb24489

Please sign in to comment.