A bunch more refactoring

This commit is contained in:
ottoptj 2024-08-09 15:36:28 +03:00
commit b78a021ac2
21 changed files with 164 additions and 287 deletions

View file

@ -5,6 +5,7 @@ pluginManagement {
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
@ -14,5 +15,4 @@ dependencyResolutionManagement {
}
rootProject.name = "Yam Launcher"
include(":app")
include(":app")