Skip to content

Commit

Permalink
Removed the cougar swerve lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
We-Gold committed Jun 27, 2022
1 parent c4c6512 commit bb2e077
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "cougar-swerve-lib"]
path = cougar-swerve-lib
url = https://github.com/FRC2539/cougar-swerve-lib.git
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wpi.maven.useLocal = false

allprojects {
group 'com.team2539'
version '2022.0.1'
version '2022.0.2'

repositories {
mavenCentral()
Expand All @@ -22,8 +22,6 @@ allprojects {
dependencies {
implementation wpi.java.deps.wpilib()
implementation wpi.java.vendor.java()

implementation project('cougar-swerve-lib')
}

java {
Expand Down
1 change: 0 additions & 1 deletion cougar-swerve-lib
Submodule cougar-swerve-lib deleted from c72a57
4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ pluginManagement {
}
}

rootProject.name = 'cougarlib'

include 'cougar-swerve-lib'
rootProject.name = 'cougarlib'

0 comments on commit bb2e077

Please sign in to comment.