We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8700d commit d4dd3c2Copy full SHA for d4dd3c2
1 file changed
build.gradle
@@ -176,7 +176,7 @@ gversion {
176
srcDir = "src/main/kotlin/" // path is relative to the sub-project by default
177
// Gradle variables can also be used
178
// E.g. "${project.rootDir}/module/src/main/java"
179
- classPackage = "com.team4099.robot2025"
+ classPackage = "com.team4099.robot2026"
180
className = "BuildConstants" // optional. If not specified GVersion is used
181
dateFormat = "yyyy-MM-dd'T'HH:mm:ss'Z'" // optional. This is the default
182
timeZone = "EST" // optional. UTC is default
0 commit comments