Skip to content

Commit 7ab8008

Browse files
authored
Add AdvantageKit 27.0.0-alpha-2 (#148)
1 parent 601fd70 commit 7ab8008

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"fileName": "AdvantageKit.json",
3+
"name": "AdvantageKit",
4+
"version": "27.0.0-alpha-2",
5+
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003",
6+
"frcYear": "2027_alpha1",
7+
"mavenUrls": [
8+
"https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release/"
9+
],
10+
"jsonUrl": "https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest/download/AdvantageKit.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "org.littletonrobotics.akit",
14+
"artifactId": "akit-java",
15+
"version": "27.0.0-alpha-2"
16+
}
17+
],
18+
"jniDependencies": [
19+
{
20+
"groupId": "org.littletonrobotics.akit",
21+
"artifactId": "akit-wpilibio",
22+
"version": "27.0.0-alpha-2",
23+
"skipInvalidPlatforms": false,
24+
"isJar": false,
25+
"validPlatforms": [
26+
"linuxsystemcore",
27+
"linuxx86-64",
28+
"linuxarm64",
29+
"osxuniversal",
30+
"windowsx86-64"
31+
]
32+
}
33+
],
34+
"cppDependencies": []
35+
}

0 commit comments

Comments
 (0)