Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
wpilib 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielseaver9678 committed Jan 11, 2023
1 parent 0c512e8 commit 72cdc35
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down
6 changes: 3 additions & 3 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
arguments=
auto.sync=false
arguments=--init-script C\:\\Users\\gabri\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.13.0\\config_win\\org.eclipse.osgi\\53\\0\\.cp\\gradle\\init\\init.gradle --init-script C\:\\Users\\gabri\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.13.0\\config_win\\org.eclipse.osgi\\53\\0\\.cp\\gradle\\protobuf\\init.gradle
auto.sync=true
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=C\:/Users/Public/wpilib/2022/jdk
java.home=C\:/Program Files/Java/jdk-11.0.11
jvm.arguments=
offline.mode=false
override.workspace.settings=true
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "automatic"
}
4 changes: 2 additions & 2 deletions swervelib/.project
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
</natures>
<filteredResources>
<filter>
<id>0</id>
<id>1673477118218</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down
9 changes: 5 additions & 4 deletions swervelib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ dependencies {
// Go to https://frcmaven.wpi.edu/ui/native/release/edu/wpi/first
// to get dependencies for all subpackages of edu.wpi.first
// Note that edu.wpi.first.wpilibj2.command corresponds with edu.wpi.first.wpilibNewCommands
api 'edu.wpi.first.wpilibj:wpilibj-java:2022.4.1'
api 'edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:2022.4.1'
api 'edu.wpi.first.wpiutil:wpiutil-java:2022.4.1'
api 'edu.wpi.first.wpilibj:wpilibj-java:2023.1.1'
api 'edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:2023.1.1'
api 'edu.wpi.first.wpiutil:wpiutil-java:2023.1.1'
api 'edu.wpi.first.wpilibj:commands:2023.1.1'

}

version = 'v4.2022.4.1'
version = 'v4.2023.1.1'
group = 'io.github.frc1711'

java {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified swervelib/build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.

0 comments on commit 72cdc35

Please sign in to comment.