mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 17:40:30 +05:30
use stable repository handler instead of dependency resolution management
This commit is contained in:
parent
88a52db4d8
commit
276022b624
@ -15,6 +15,13 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.google.devtools.ksp") version("1.9.0-1.0.12") apply false
|
id("com.google.devtools.ksp") version("1.9.0-1.0.12") apply false
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,3 @@
|
|||||||
dependencyResolutionManagement {
|
|
||||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
||||||
repositories {
|
|
||||||
google()
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
rootProject.name = "LibreTube"
|
rootProject.name = "LibreTube"
|
||||||
|
|
||||||
include(":app")
|
include(":app")
|
||||||
|
Loading…
Reference in New Issue
Block a user