Skip to content

Commit 02deaf3

Browse files
committed
run 2023 project importer
1 parent 401adee commit 02deaf3

6 files changed

Lines changed: 26 additions & 15 deletions

File tree

.wpilib/wpilib_preferences.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"enableCppIntellisense": false,
33
"currentLanguage": "java",
4-
"projectYear": "2022",
4+
"projectYear": "2023",
55
"teamNumber": 199
66
}

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import edu.wpi.first.gradlerio.deploy.roborio.RoboRIO
2-
31
plugins {
42
id "java"
53
id "edu.wpi.first.GradleRIO" version "2023.1.1"
@@ -105,3 +103,8 @@ publishing {
105103
deployArtifact.jarTask = jar
106104
wpi.java.configureExecutableTasks(jar)
107105
wpi.java.configureTestTasks(test)
106+
107+
// Configure string concat to always inline compile
108+
tasks.withType(JavaCompile) {
109+
options.compilerArgs.add '-XDstringConcat=inline'
110+
}

gradle/wrapper/gradle-wrapper.jar

1.19 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=permwrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=permwrapper/dists

gradlew

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)