Skip to content

Commit

Permalink
Studica beta 2 (#25)
Browse files Browse the repository at this point in the history
* studica beta 2

* change old dep to Studica also to prevent "duplicate"
  • Loading branch information
jasondaming authored Oct 31, 2024
1 parent 2024c56 commit 9bc3edd
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 2025.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
[
{
"path": "2025/NavX-2025.1.1-beta-1.json",
"name": "NavX",
"name": "Studica",
"version": "2025.1.1-beta-1",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"description": "Libraries for NavX-MXP and NavX-Micro",
"website": "https://pdocs.kauailabs.com/navx-mxp/software/roborio-libraries/"
},
{
"path": "2025/Studica-2025.1.1-beta-2.json",
"name": "Studica",
"version": "2025.1.1-beta-2",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"description": "Libraries for NavX and other Studica Products",
"website": "https://github.com/Studica-Robotics/NavX"
},
{
"path": "2025/Phoenix6-25.0.0-beta-1.json",
"name": "CTRE-Phoenix (v6)",
Expand Down
71 changes: 71 additions & 0 deletions 2025/Studica-2025.1.1-beta-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"fileName": "Studica-2025.1.1-beta-2.json",
"name": "Studica",
"version": "2025.1.1-beta-2",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"frcYear": "2025",
"mavenUrls": [
"https://dev.studica.com/maven/release/2025/"
],
"jsonUrl": "https://dev.studica.com/releases/2025/Studica-2025.1.1-beta-2.json",
"cppDependencies": [
{
"artifactId": "Studica-cpp",
"binaryPlatforms": [
"linuxathena",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
],
"groupId": "com.studica.frc",
"headerClassifier": "headers",
"libName": "Studica",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "2025.1.1-beta-2"
},
{
"artifactId": "Studica-driver",
"binaryPlatforms": [
"linuxathena",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
],
"groupId": "com.studica.frc",
"headerClassifier": "headers",
"libName": "StudicaDriver",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"version": "2025.1.1-beta-2"
}
],
"javaDependencies": [
{
"artifactId": "Studica-java",
"groupId": "com.studica.frc",
"version": "2025.1.1-beta-2"
}
],
"jniDependencies": [
{
"artifactId": "Studica-driver",
"groupId": "com.studica.frc",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"linuxathena",
"linuxarm32",
"linuxarm64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
],
"version": "2025.1.1-beta-2"
}
]
}

0 comments on commit 9bc3edd

Please sign in to comment.