Skip to content

Commit b782f18

Browse files
authored
Stop including a sample-app that does not exist (#4)
`settings.gradle.kts` was seeded from android-for-googlemaps, which has a sample app; this module does not. Gradle 9.6 refuses to configure a project whose directory does not exist: Configuring project ':sample-app' without an existing directory is not allowed Drop the include.
1 parent e79dc4c commit b782f18

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

settings.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,3 @@ dependencyResolutionManagement {
4343

4444
rootProject.name = "android-for-openmobilemaps"
4545

46-
if (providers
47-
.gradleProperty("skipSampleApp")
48-
.map(String::toBoolean)
49-
.getOrElse(false)
50-
.not()
51-
) {
52-
include(":sample-app")
53-
}

0 commit comments

Comments
 (0)