Skip to content

Commit

Permalink
Merge pull request #487 from spinnaker-plugin-examples/fixGradlePlugi…
Browse files Browse the repository at this point in the history
…nManagement

fix(build): remove faulty gradle plugin management config
  • Loading branch information
claymccoy authored Jan 31, 2022
2 parents 73a41da + d162a6e commit d4467e3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
pluginManagement {
repositories {
mavenLocal()
maven { url "https://dl.bintray.com/spinnaker/gradle/" }
gradlePluginPortal()
}
}

rootProject.name = "pf4jStagePlugin"

include "random-wait-orca", "random-wait-deck"
Expand Down

0 comments on commit d4467e3

Please sign in to comment.