Skip to content

Commit

Permalink
Fix gradle syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Aug 5, 2023
1 parent 910a9b3 commit fabd3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobotCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ repositories {
}

dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
implementation fileTree(include: ['*.jar'], dir: 'libs')
}

0 comments on commit fabd3f1

Please sign in to comment.