mirror of
https://github.com/kmitresse/Master-TI-2.git
synced 2026-07-09 12:07:46 +00:00
[Feat] Part 1 - Activation intentionnelle explicite
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Intention"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user