Initial commit from weevil new --template basic

This commit is contained in:
Eric Ratliff
2026-02-03 21:57:40 -06:00
parent a5506dea02
commit ebccb21ed2
10 changed files with 112 additions and 20 deletions

17
settings.gradle Normal file
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'