Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 6348373

Browse files
committed
build: fix invalid name for included builds
1 parent a8b1ac4 commit 6348373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencyResolutionManagement {
5454

5555
for ((build, modules) in dependencySubstitutions) {
5656
includeBuild("composite-builds/${build}") {
57-
this.name = "build"
57+
this.name = build
5858
dependencySubstitution {
5959
for (module in modules) {
6060
substitute(module("com.itsaky.androidide.build:${module}"))

0 commit comments

Comments
 (0)