Skip to content

Commit

Permalink
Gradle Plugin tests should access also Maven Local (#3510)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Mar 3, 2021
1 parent c5f65a9 commit 44b7847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ private fun createGradleRunnerAndSetupProject(projectLayout: ProjectLayout) = Ds
mavenCentral()
google()
jcenter()
mavenLocal()
}
}
""".trimIndent(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ object DetektJvmTest : Spek({
repositories {
mavenCentral()
jcenter()
mavenLocal()
}

detekt {
Expand All @@ -48,6 +49,7 @@ object DetektJvmTest : Spek({
repositories {
mavenCentral()
jcenter()
mavenLocal()
}

detekt {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ private fun setupProject(projectLayoutAction: ProjectLayout.() -> Unit): DslGrad
mavenCentral()
google()
jcenter()
mavenLocal()
}
}
""".trimIndent(),
Expand Down

0 comments on commit 44b7847

Please sign in to comment.