Skip to content

Commit

Permalink
Image 2024 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Sep 12, 2023
1 parent 0be7f53 commit d932f1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bin/
.gradle/

FRCNetComm.java
.DS_Store
2 changes: 1 addition & 1 deletion allowed_images.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023_v3.*
2024_v1.*
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ class FileDependencySet implements NativeDependencySet {
}

def netCommDependencySet = new FileDependencySet(project.files(
'src/lib/netcomm/libFRC_NetworkCommunication.so.23.0.0',
'src/lib/chipobject/libRoboRIO_FRC_ChipObject.so.23.0.0',
'src/lib/visa/libvisa.so.22.5.0'),
'src/lib/netcomm/libFRC_NetworkCommunication.so.24.0.0',
'src/lib/chipobject/libRoboRIO_FRC_ChipObject.so.24.0.0',
'src/lib/visa/libvisa.so.23.3.0'),
project.files())

model {
Expand Down Expand Up @@ -124,7 +124,7 @@ model {
}
binaries.all {
tasks.withType(LinkSharedLibrary) {
installName = 'libnirio_emb_can.so.21'
installName = 'libnirio_emb_can.so.23'
}
}
}
Expand Down Expand Up @@ -175,7 +175,7 @@ ext.addTaskToCopyAllOutputs = { task ->
copyAllOutputs.from task.archivePath
}

def pubVersion = '2023.3.0'
def pubVersion = '2024.1.0'

def baseArtifactId = 'chipobject'
def artifactGroupId = 'edu.wpi.first.ni-libraries'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d932f1a

Please sign in to comment.