Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4ac45764a915a3f0b6cc10ce40cb15383ac57211
/
.
/
third_party
/
allwpilib
/
buildSrc
/
build.gradle
blob: 5886aec4bc63b8d652873f77af10435d2892303a [
file
] [
log
] [
blame
]
repositories
{
maven
{
mavenLocal
()
maven
{
url
=
'https://frcmaven.wpi.edu/artifactory/ex-gradle'
}
mavenCentral
()
url
"https://plugins.gradle.org/m2/"
}
}
dependencies
{
implementation
"edu.wpi.first:native-utils:2023.11.1"
}