Skip to content

Commit

Permalink
Update plugins to fix gradle deprecations (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 18, 2024
1 parent 244beac commit 462e38c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
id 'jacoco'
id 'application'
id 'maven-publish'
id "com.jfrog.artifactory" version "4.24.14"
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2023.0.1'
id "com.jfrog.artifactory" version "5.2.4"
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2024.0.0'
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'io.franzbecker.gradle-lombok' version '5.0.0'
id 'com.gradleup.shadow' version '8.3.3'
id "de.undercouch.download" version "5.6.0"
id 'org.aim42.htmlSanityCheck' version '1.1.6'
id 'org.aim42.htmlSanityCheck' version '2.0.0-rc2'
}

java {
Expand Down Expand Up @@ -41,7 +41,6 @@ if (System.getenv()['RUN_AZURE_ARTIFACTORY_RELEASE'] != null) {
}
username = System.getenv()['ARTIFACTORY_PUBLISH_USERNAME']
password = System.getenv()['ARTIFACTORY_PUBLISH_PASSWORD']
maven = true
}
defaults {
publications ('maven')
Expand Down

0 comments on commit 462e38c

Please sign in to comment.