Skip to content

Commit e64ddb2

Browse files
authored
Merge pull request #86 from StuyPulse/2025
Import StuyLib to 2025 WPILib
2 parents 540b642 + 796c93b commit e64ddb2

File tree

77 files changed

+78
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+78
-78
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 StuyPulse
3+
Copyright (c) 2025 StuyPulse
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
buildscript {
2-
ext.WPI_VER = "2024.1.1"
2+
ext.WPI_VER = "2025.1.1"
33
}
44

55
plugins {
66
id "java"
77

88
id "maven-publish"
99

10-
id "edu.wpi.first.GradleRIO" version "${WPI_VER}"
10+
id "edu.wpi.first.GradleRIO" version "2025.1.1"
1111
id "com.diffplug.spotless" version "6.22.0"
1212
id "com.github.spotbugs" version "5.2.0"
1313
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
String frcYear = '2022'
7+
String frcYear = '2025'
88
File frcHome
99
if (OperatingSystem.current().isWindows()) {
1010
String publicFolder = System.getenv('PUBLIC')

src/com/stuypulse/stuylib/control/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

src/com/stuypulse/stuylib/control/ControllerGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

src/com/stuypulse/stuylib/control/angle/AngleController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

src/com/stuypulse/stuylib/control/angle/AngleControllerGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

src/com/stuypulse/stuylib/control/angle/feedback/AnglePIDController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

src/com/stuypulse/stuylib/control/angle/feedforward/AngleArmFeedforward.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

src/com/stuypulse/stuylib/control/angle/feedforward/AnglePositionFeedforwardController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2024 StuyPulse Robotics. All rights reserved. */
1+
/* Copyright (c) 2025 StuyPulse Robotics. All rights reserved. */
22
/* This work is licensed under the terms of the MIT license */
33
/* found in the root directory of this project. */
44

0 commit comments

Comments
 (0)