Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c726eee3f4413bb74da4edab58c23a257b617b84
/
.
/
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"
}