Skip to content

Commit

Permalink
Remove unused 'tools' module from build-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed May 13, 2024
1 parent 194892e commit 4a90efe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 180 deletions.
1 change: 0 additions & 1 deletion build-logic/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
implementation(libs.kotlin.gradle.plugin)
implementation(libs.android.library)
implementation(libs.android.application)
implementation(project(":tools"))

// These allow us to reference the dependency catalog inside of our compiled plugins
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
Expand Down
1 change: 0 additions & 1 deletion build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ dependencyResolutionManagement {
rootProject.name = "build-logic"

include(":plugins")
include(":tools")

apply(from = "../dependencies.gradle.kts")
19 changes: 0 additions & 19 deletions build-logic/tools/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 4a90efe

Please sign in to comment.