We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08557a commit c50846dCopy full SHA for c50846d
build.gradle
@@ -13,7 +13,7 @@ java {
13
14
allprojects {
15
group = "edu.wpi.first"
16
- version = "2025.3.0"
+ version = "2025.4.0"
17
18
if (project.hasProperty('publishVersion')) {
19
version = project.publishVersion
testing/cpp/build.gradle
@@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
2
3
plugins {
4
id "cpp"
5
- id "edu.wpi.first.NativeUtils" version "2025.3.0"
+ id "edu.wpi.first.NativeUtils" version "2025.4.0"
6
}
7
8
nativeUtils.addWpiNativeUtils()
0 commit comments