Skip to content

Commit 48c890a

Browse files
committed
updated to wpilib 2026.2.1 and updated playingWithFusion
1 parent f03369e commit 48c890a

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2026.1.1"
3+
id "edu.wpi.first.GradleRIO" version "2026.2.1"
44
id "maven-publish"
55
id "eclipse"
66
}
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
{
2-
"fileName": "playingwithfusion2025.json",
2+
"fileName": "playingwithfusion2026.json",
33
"name": "PlayingWithFusion",
4-
"version": "2025.01.23",
4+
"version": "2026.1.16",
55
"uuid": "14b8ad04-24df-11ea-978f-2e728ce88125",
66
"frcYear": "2026",
7-
"jsonUrl": "https://www.playingwithfusion.com/frc/playingwithfusion2025.json",
7+
"jsonUrl": "https://www.playingwithfusion.com/frc/playingwithfusion2026.json",
88
"mavenUrls": [
99
"https://www.playingwithfusion.com/frc/maven/"
1010
],
1111
"javaDependencies": [
1212
{
1313
"groupId": "com.playingwithfusion.frc",
1414
"artifactId": "PlayingWithFusion-java",
15-
"version": "2025.01.23"
15+
"version": "2026.1.16"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "com.playingwithfusion.frc",
2121
"artifactId": "PlayingWithFusion-driver",
22-
"version": "2025.01.23",
22+
"version": "2026.1.16",
2323
"skipInvalidPlatforms": true,
2424
"isJar": false,
2525
"validPlatforms": [
2626
"windowsx86-64",
27-
"windowsx86",
2827
"linuxarm64",
2928
"linuxx86-64",
3029
"linuxathena",
@@ -37,14 +36,13 @@
3736
{
3837
"groupId": "com.playingwithfusion.frc",
3938
"artifactId": "PlayingWithFusion-cpp",
40-
"version": "2025.01.23",
39+
"version": "2026.1.16",
40+
"libName": "PlayingWithFusion",
4141
"headerClassifier": "headers",
4242
"sharedLibrary": false,
43-
"libName": "PlayingWithFusion",
4443
"skipInvalidPlatforms": true,
4544
"binaryPlatforms": [
4645
"windowsx86-64",
47-
"windowsx86",
4846
"linuxarm64",
4947
"linuxx86-64",
5048
"linuxathena",
@@ -55,14 +53,13 @@
5553
{
5654
"groupId": "com.playingwithfusion.frc",
5755
"artifactId": "PlayingWithFusion-driver",
58-
"version": "2025.01.23",
56+
"version": "2026.1.16",
57+
"libName": "PlayingWithFusionDriver",
5958
"headerClassifier": "headers",
6059
"sharedLibrary": true,
61-
"libName": "PlayingWithFusionDriver",
6260
"skipInvalidPlatforms": true,
6361
"binaryPlatforms": [
6462
"windowsx86-64",
65-
"windowsx86",
6663
"linuxarm64",
6764
"linuxx86-64",
6865
"linuxathena",

0 commit comments

Comments
 (0)