Skip to content

Commit

Permalink
Update Tools and Versioning plugins (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Oct 4, 2023
1 parent 37b9837 commit 1ea9633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ plugins {
id 'idea'
id 'jacoco'
id 'pmd'
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '4.1.0'
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2023.0.1'
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'checkstyle'
id 'edu.wpi.first.WpilibTools' version '1.0.0'
id 'edu.wpi.first.WpilibTools' version '1.1.0'
}

wpilibVersioning.buildServerMode = project.hasProperty('buildServer')
Expand Down

0 comments on commit 1ea9633

Please sign in to comment.