Skip to content

Commit

Permalink
Update Tools and versioning plugin (#312)
Browse files Browse the repository at this point in the history
Fixes running on macOS
Fixes #311
  • Loading branch information
sciencewhiz authored Nov 19, 2024
1 parent 6058a5b commit 31450a8
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 '2023.0.1'
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2024.0.0'
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'checkstyle'
id 'edu.wpi.first.WpilibTools' version '1.1.0'
id 'edu.wpi.first.WpilibTools' version '2.1.0'
}

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

0 comments on commit 31450a8

Please sign in to comment.