Skip to content

Commit

Permalink
Remove merge conflict markers from settings.gradle (I forgot to save …
Browse files Browse the repository at this point in the history
…the file when resolving conflicts earlier :C)
  • Loading branch information
aidnem committed Nov 23, 2024
1 parent 30ebeca commit 70bf040
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ plugins {
}

rootProject.name = 'coppercore'
<<<<<<< HEAD
include('geometry', 'wpilib_interface', 'math', 'controls', "parameter_tools")
=======
include('geometry', 'wpi_interface', 'math', 'controls', "parameter_tools", 'vision')
>>>>>>> 1260d09 (Move vision to its own package)

include('geometry', 'wpilib_interface', 'math', 'controls', "parameter_tools", 'vision')

0 comments on commit 70bf040

Please sign in to comment.