Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 14:25:43 +01:00
parent ef295a34d2
commit bbab4c6180
352 changed files with 14422 additions and 1 deletions

19
settings.gradle.kts Normal file
View file

@ -0,0 +1,19 @@
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) // Enforce centralized repositories
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Linux Command Library"
include(":android", ":common", ":desktop", ":cli")