2024-02-20 13:01:02 +00:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
2024-07-30 17:55:01 +00:00
|
|
|
}
|
2024-02-20 13:01:02 +00:00
|
|
|
}
|
2024-07-30 17:55:01 +00:00
|
|
|
|
2024-02-20 13:01:02 +00:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-07-27 11:09:18 +00:00
|
|
|
rootProject.name = "qtquickview_java"
|
2024-02-20 13:01:02 +00:00
|
|
|
include ':app'
|