Skip to content

Commit

Permalink
Rename gradle-plugin to build-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed Sep 21, 2024
1 parent ce2a4f7 commit 1fe5891
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencyResolutionManagement {
}
}

rootProject.name = "gradle-plugin"
rootProject.name = "build-logic"
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
includeBuild("gradle-plugin")
includeBuild("build-logic")

repositories {
gradlePluginPortal()
Expand All @@ -21,7 +21,6 @@ dependencyResolutionManagement {
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
includeBuild("gradle-plugin")

rootProject.name = "auto-dagger"

Expand Down

0 comments on commit 1fe5891

Please sign in to comment.