Skip to content

Commit

Permalink
Use local libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeelde committed Sep 14, 2024
1 parent 6175520 commit dab6396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.max-problems=5

shared-tests-are-android-tests=true
shared-tests-are-android-tests=false
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildCache {
}
}

private val localLibraries = false
private val localLibraries = true

rootProject.name = "Toggles"
includeBuild("build-logic/conventions")
Expand Down

0 comments on commit dab6396

Please sign in to comment.