glean/settings.gradle

7 строки
263 B
Groovy

// See https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:deferred_configuration.
//enableFeaturePreview('STABLE_PUBLISHING')
include ':glean-core-library'
project(':glean-core-library').projectDir = new File("glean-core/android")