File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ plugins {
3
3
id ' jacoco'
4
4
id ' application'
5
5
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 '
8
8
id ' edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version ' 2020.2'
9
9
id ' io.franzbecker.gradle-lombok' version ' 5.0.0'
10
10
id ' com.gradleup.shadow' version ' 8.3.3'
11
11
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 '
13
13
}
14
14
15
15
java {
@@ -41,7 +41,6 @@ if (System.getenv()['RUN_AZURE_ARTIFACTORY_RELEASE'] != null) {
41
41
}
42
42
username = System . getenv()[' ARTIFACTORY_PUBLISH_USERNAME' ]
43
43
password = System . getenv()[' ARTIFACTORY_PUBLISH_PASSWORD' ]
44
- maven = true
45
44
}
46
45
defaults {
47
46
publications (' maven' )
You can’t perform that action at this time.
0 commit comments