File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ ext {
23
23
pubVersion = versionString
24
24
isDev = pubVersion. startsWith(" dev" )
25
25
26
- wpilibVersion = " 2024.2.1 "
26
+ wpilibVersion = " 2024.3.2 "
27
27
wpimathVersion = wpilibVersion
28
28
openCVversion = " 4.8.0-2"
29
29
}
30
30
31
31
wpi. getVersions(). getOpencvVersion(). convention(openCVversion);
32
32
wpi. getVersions(). getWpilibVersion(). convention(wpilibVersion);
33
33
wpi. getVersions(). getWpimathVersion(). convention(wpimathVersion);
34
+ wpilibTools. deps. wpilibVersion = wpilibVersion
34
35
35
36
java {
36
37
sourceCompatibility = JavaVersion . VERSION_11
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ build.dependsOn nativeLibraryJar
16
16
publishing {
17
17
repositories {
18
18
maven {
19
- url (' https://maven.photonvision.org/repository/ ' + (isDev ? ' snapshots' : ' internal ' ))
19
+ url (' https://maven.photonvision.org/' + (isDev ? ' snapshots' : ' releases ' ))
20
20
credentials {
21
21
username ' ghactions'
22
- password ' kCPJugusxV5i8F '
22
+ password System . getenv( " ARTIFACTORY_API_KEY " )
23
23
}
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments