Skip to content

Commit

Permalink
Update plugins to fix build failures (wpilibsuite#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored and chauser committed Sep 3, 2024
1 parent 9dae792 commit cabbeb2
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 @@ -10,14 +10,14 @@ plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id "com.jfrog.artifactory" version "4.25.2"
id "com.jfrog.artifactory" version "5.2.3"
id "com.diffplug.spotless" version "6.19.0"
id "com.github.spotbugs" version "5.0.14"
id 'maven-publish'
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 '2024.0.0'
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'checkstyle'
id 'edu.wpi.first.WpilibTools' version '1.0.0'
Expand Down

0 comments on commit cabbeb2

Please sign in to comment.