Migrate gradle plugins to version catalog

This commit is contained in:
Kamil Gurgul
2023-10-27 07:25:15 +02:00
parent 6a18ca5868
commit 78d4dfcb27
7 changed files with 34 additions and 46 deletions
+16
View File
@@ -1,2 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "cpu-info"
include(":app")