Skip to content

Commit 462e38c

Browse files
authored
Update plugins to fix gradle deprecations (#624)
1 parent 244beac commit 462e38c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ plugins {
33
id 'jacoco'
44
id 'application'
55
id 'maven-publish'
6-
id "com.jfrog.artifactory" version "4.24.14"
7-
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2023.0.1'
6+
id "com.jfrog.artifactory" version "5.2.4"
7+
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2024.0.0'
88
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
99
id 'io.franzbecker.gradle-lombok' version '5.0.0'
1010
id 'com.gradleup.shadow' version '8.3.3'
1111
id "de.undercouch.download" version "5.6.0"
12-
id 'org.aim42.htmlSanityCheck' version '1.1.6'
12+
id 'org.aim42.htmlSanityCheck' version '2.0.0-rc2'
1313
}
1414

1515
java {
@@ -41,7 +41,6 @@ if (System.getenv()['RUN_AZURE_ARTIFACTORY_RELEASE'] != null) {
4141
}
4242
username = System.getenv()['ARTIFACTORY_PUBLISH_USERNAME']
4343
password = System.getenv()['ARTIFACTORY_PUBLISH_PASSWORD']
44-
maven = true
4544
}
4645
defaults {
4746
publications ('maven')

0 commit comments

Comments
 (0)