Skip to content

Commit 553f86c

Browse files
committed
Declare robotlabfiles as Gradle buildscript repository
1 parent b25e19d commit 553f86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pluginManagement {
1010
buildscript {
1111
repositories {
1212
maven { url = uri("https://plugins.gradle.org/m2/") }
13+
maven { url = uri("https://robotlabfiles.ihmc.us/repository/") }
1314
mavenLocal()
1415
}
1516
dependencies {

0 commit comments

Comments
 (0)