Skip to content

Commit

Permalink
Fix Gradle deprecation warning (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy authored Jan 11, 2025
1 parent f8b2d3e commit ea07f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode-wpilib/resources/gradle/shared/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pluginManagement {
}
def frcHomeMaven = new File(frcHome, 'maven')
maven {
name 'frcHome'
url frcHomeMaven
name = 'frcHome'
url = frcHomeMaven
}
}
}
Expand Down

0 comments on commit ea07f3e

Please sign in to comment.