Skip to content

Commit

Permalink
build: maven local? no thank you
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 10, 2024
1 parent 92a6f70 commit 64ef3ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions 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()
}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion gradle/build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ rootProject.name = "build-logic"
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
}
}

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 64ef3ca

Please sign in to comment.