Skip to content

Commit

Permalink
Merge pull request #264 from toquete/build-fix
Browse files Browse the repository at this point in the history
Fixing build
  • Loading branch information
toquete authored Jul 30, 2024
2 parents 2ab6fc1 + a29e8a1 commit 6c6de65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencyResolutionManagement {
}
}
rootProject.name = "BoxBox"
gradle.startParameter.excludedTaskNames.addAll(listOf(":plugins:testClasses"))
include(":app")
include(":core:model")
include(":core:ui")
Expand Down

0 comments on commit 6c6de65

Please sign in to comment.