Skip to content

Commit

Permalink
Fixed duplicate lines in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttestkittensrule committed Jan 26, 2024
1 parent 756120f commit 6a3a442
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions Robot2024/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ task sourceJar(type: Jar) {
archiveClassifier = "sources"
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

publishing {
publications {
lib2813(MavenPublication) {
Expand All @@ -104,4 +99,4 @@ publishing {
}
}
}
}
}
1 change: 0 additions & 1 deletion Robot2024/src/main/java/com/team2813/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import edu.wpi.first.wpilibj.XboxController;
import edu.wpi.first.wpilibj.smartdashboard.SendableChooser;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
// import frc.robot.Constants.OperatorConstants;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.InstantCommand;

Expand Down

0 comments on commit 6a3a442

Please sign in to comment.