Skip to content

Commit

Permalink
Remove repository declaration from submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Aug 13, 2021
1 parent 00d7e3b commit fbacf88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.0.0"
}

repositories {
mavenCentral()
}

group = "org.gradle"
description = "Mitigate flaky tests by retrying tests when they fail"

Expand Down
4 changes: 0 additions & 4 deletions sample-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ plugins {
id("groovy")
}

repositories {
mavenCentral()
}

dependencies {
testImplementation(localGroovy())
testImplementation(gradleTestKit())
Expand Down

0 comments on commit fbacf88

Please sign in to comment.