Skip to content

Commit 27e2410

Browse files
committed
Update libgrapplefrc
1 parent 464896e commit 27e2410

File tree

1 file changed

+72
-54
lines changed

1 file changed

+72
-54
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,72 @@
1-
{
2-
"fileName": "libgrapplefrc2024.json",
3-
"name": "libgrapplefrc",
4-
"version": "2024.0.0-beta6",
5-
"frcYear": "2024",
6-
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
7-
"mavenUrls": [ "https://storage.googleapis.com/grapple-frc-maven" ],
8-
"jsonUrl": "https://storage.googleapis.com/grapple-frc-maven/libgrapplefrc2024.json",
9-
"javaDependencies": [
10-
{
11-
"groupId": "au.grapplerobotics",
12-
"artifactId": "libgrapplefrcjava",
13-
"version": "2024.0.0-beta6"
14-
}
15-
],
16-
"jniDependencies": [
17-
{
18-
"groupId": "au.grapplerobotics",
19-
"artifactId": "libgrapplefrcdriver",
20-
"version": "2024.0.0-beta6",
21-
"skipInvalidPlatforms": true,
22-
"isJar": false,
23-
"validPlatforms": [
24-
"linuxathena"
25-
]
26-
}
27-
],
28-
"cppDependencies": [
29-
{
30-
"groupId": "au.grapplerobotics",
31-
"artifactId": "libgrapplefrccpp",
32-
"version": "2024.0.0-beta6",
33-
"libName": "grapplefrc",
34-
"headerClassifier": "headers",
35-
"sharedLibrary": false,
36-
"skipInvalidPlatforms": true,
37-
"binaryPlatforms": [
38-
"linuxathena"
39-
]
40-
},
41-
{
42-
"groupId": "au.grapplerobotics",
43-
"artifactId": "libgrapplefrcdriver",
44-
"version": "2024.0.0-beta6",
45-
"libName": "grapplefrcdriver",
46-
"headerClassifier": "headers",
47-
"sharedLibrary": false,
48-
"skipInvalidPlatforms": true,
49-
"binaryPlatforms": [
50-
"linuxathena"
51-
]
52-
}
53-
]
54-
}
1+
{
2+
"fileName": "libgrapplefrc2025.json",
3+
"name": "libgrapplefrc",
4+
"version": "2025.0.0",
5+
"frcYear": "2025",
6+
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
7+
"mavenUrls": [ "https://storage.googleapis.com/grapple-frc-maven" ],
8+
"jsonUrl": "https://storage.googleapis.com/grapple-frc-maven/libgrapplefrc2025.json",
9+
"javaDependencies": [
10+
{
11+
"groupId": "au.grapplerobotics",
12+
"artifactId": "libgrapplefrcjava",
13+
"version": "2025.0.0"
14+
}
15+
],
16+
"jniDependencies": [
17+
{
18+
"groupId": "au.grapplerobotics",
19+
"artifactId": "libgrapplefrcdriver",
20+
"version": "2025.0.0",
21+
"skipInvalidPlatforms": true,
22+
"isJar": false,
23+
"validPlatforms": [
24+
"windowsx86-64",
25+
"windowsx86",
26+
"linuxarm64",
27+
"linuxx86-64",
28+
"linuxathena",
29+
"linuxarm32",
30+
"osxuniversal"
31+
]
32+
}
33+
],
34+
"cppDependencies": [
35+
{
36+
"groupId": "au.grapplerobotics",
37+
"artifactId": "libgrapplefrccpp",
38+
"version": "2025.0.0",
39+
"libName": "grapplefrc",
40+
"headerClassifier": "headers",
41+
"sharedLibrary": true,
42+
"skipInvalidPlatforms": true,
43+
"binaryPlatforms": [
44+
"windowsx86-64",
45+
"windowsx86",
46+
"linuxarm64",
47+
"linuxx86-64",
48+
"linuxathena",
49+
"linuxarm32",
50+
"osxuniversal"
51+
]
52+
},
53+
{
54+
"groupId": "au.grapplerobotics",
55+
"artifactId": "libgrapplefrcdriver",
56+
"version": "2025.0.0",
57+
"libName": "grapplefrcdriver",
58+
"headerClassifier": "headers",
59+
"sharedLibrary": true,
60+
"skipInvalidPlatforms": true,
61+
"binaryPlatforms": [
62+
"windowsx86-64",
63+
"windowsx86",
64+
"linuxarm64",
65+
"linuxx86-64",
66+
"linuxathena",
67+
"linuxarm32",
68+
"osxuniversal"
69+
]
70+
}
71+
]
72+
}

0 commit comments

Comments
 (0)