Skip to content

Commit

Permalink
feat(build): add gradlePluginPortal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Alexander Voigt committed Dec 14, 2021
1 parent a054234 commit 5c01b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ plugins {
`kotlin-dsl`
}
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
gradlePluginPortal()
}
dependencies {
implementation("com.liftric.vault:vault-client-plugin:<latest>")
Expand Down
4 changes: 1 addition & 3 deletions integration-token/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
maven {
url = uri("https://plugins.gradle.org/m2/")
}
gradlePluginPortal()
}
dependencies {
val vaultClientPluginVersion = file("../../build/version").readText().trim()
Expand Down

0 comments on commit 5c01b2c

Please sign in to comment.