Skip to content

Commit

Permalink
Update to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jan 6, 2024
1 parent 22d373e commit 6df6936
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nativeUtils {

nativeDependencyContainer {
libgrapplefrcdriver(getNativeDependencyTypeClass('WPISharedMavenDependency')) {
version = "2024.0.0-beta6"
version = "2024.1.0"
groupId = "au.grapplerobotics"
artifactId = "libgrapplefrcdriver"
ext = "zip"
Expand Down
10 changes: 5 additions & 5 deletions depjson/libgrapplefrc2024.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "libgrapplefrc2024.json",
"name": "libgrapplefrc",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"frcYear": "2024",
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
"mavenUrls": [ "https://storage.googleapis.com/grapple-frc-maven" ],
Expand All @@ -10,14 +10,14 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcjava",
"version": "2024.0.0-beta6"
"version": "2024.1.0"
}
],
"jniDependencies": [
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -35,7 +35,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrccpp",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"libName": "grapplefrc",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -53,7 +53,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"libName": "grapplefrcdriver",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand Down
2 changes: 1 addition & 1 deletion grapplefrcdriver/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NEW_PATH = os.getenv("PATH") + ";" + os.path.expanduser("~/.gradle/toolchains/frc/2024/roborio/bin")

# TODO: Load from cargo metadata
VERSION = "2024.0.0-beta6"
VERSION = "2024.1.0"

def run(*cmd):
env = os.environ.copy()
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'

ext.licenseFile = files("$rootDir/LICENSE.txt")

def pubVersion = '2024.0.0-beta6'
def pubVersion = '2024.1.0'

def outputsFolder = file("$buildDir/outputs")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "libgrapplefrc2024.json",
"name": "libgrapplefrc",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"frcYear": "2024",
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
"mavenUrls": [
Expand All @@ -13,14 +13,14 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcjava",
"version": "2024.0.0-beta6"
"version": "2024.1.0"
}
],
"jniDependencies": [
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -38,7 +38,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrccpp",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"libName": "grapplefrc",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -56,7 +56,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"libName": "grapplefrcdriver",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "libgrapplefrc2024.json",
"name": "libgrapplefrc",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"frcYear": "2024",
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
"mavenUrls": [
Expand All @@ -13,14 +13,14 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcjava",
"version": "2024.0.0-beta6"
"version": "2024.1.0"
}
],
"jniDependencies": [
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -38,7 +38,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrccpp",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"libName": "grapplefrc",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -56,7 +56,7 @@
{
"groupId": "au.grapplerobotics",
"artifactId": "libgrapplefrcdriver",
"version": "2024.0.0-beta6",
"version": "2024.1.0",
"libName": "grapplefrcdriver",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand Down

0 comments on commit 6df6936

Please sign in to comment.