mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
9 lines
129 B
Groovy
9 lines
129 B
Groovy
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
mavenLocal()
|
||
|
|
gradlePluginPortal()
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
rootProject.name = 'photon-lib'
|