Skip to content

Commit

Permalink
Update cloud-build-logic to 0.0.3, remove mavenLocal() repo declarati…
Browse files Browse the repository at this point in the history
…on in build.gradle.kts and settings.gradle.kts
  • Loading branch information
md5sha256 committed Jan 11, 2024
1 parent 09b8591 commit 6a9c28c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion gradle/build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {

repositories {
gradlePluginPortal()
mavenLocal()
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
cloud-build-logic = "0.0.1"
cloud-build-logic = "0.0.3"
ktlint = "0.50.0"
checkstyle = "10.12.5"
kotlin = "1.9.20"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
}
includeBuild("gradle/build-logic")
}
Expand Down

0 comments on commit 6a9c28c

Please sign in to comment.