Skip to content

Commit d4dd3c2

Browse files
committed
update gversion to 2026
1 parent ba8700d commit d4dd3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ gversion {
176176
srcDir = "src/main/kotlin/" // path is relative to the sub-project by default
177177
// Gradle variables can also be used
178178
// E.g. "${project.rootDir}/module/src/main/java"
179-
classPackage = "com.team4099.robot2025"
179+
classPackage = "com.team4099.robot2026"
180180
className = "BuildConstants" // optional. If not specified GVersion is used
181181
dateFormat = "yyyy-MM-dd'T'HH:mm:ss'Z'" // optional. This is the default
182182
timeZone = "EST" // optional. UTC is default

0 commit comments

Comments
 (0)