Added template files, but this isn't working

This commit is contained in:
Eric Ratliff
2026-02-02 20:13:16 -06:00
parent 409469350e
commit 72978a24d7
9 changed files with 254 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'FtcRobotController'