File tree 5 files changed +40
-4
lines changed
5 files changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -182,3 +182,6 @@ ctre_sim/
182
182
# clangd
183
183
/.cache
184
184
compile_commands.json
185
+
186
+ # Eclipse generated file for annotation processors
187
+ .factorypath
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
],
28
- "java.test.defaultConfig" : " WPIlibUnitTests"
28
+ "java.test.defaultConfig" : " WPIlibUnitTests" ,
29
+ "java.import.gradle.annotationProcessing.enabled" : false ,
30
+ "java.completion.favoriteStaticMembers" : [
31
+ " org.junit.Assert.*" ,
32
+ " org.junit.Assume.*" ,
33
+ " org.junit.jupiter.api.Assertions.*" ,
34
+ " org.junit.jupiter.api.Assumptions.*" ,
35
+ " org.junit.jupiter.api.DynamicContainer.*" ,
36
+ " org.junit.jupiter.api.DynamicTest.*" ,
37
+ " org.mockito.Mockito.*" ,
38
+ " org.mockito.ArgumentMatchers.*" ,
39
+ " org.mockito.Answers.*" ,
40
+ " edu.wpi.first.units.Units.*"
41
+ ],
42
+ "java.completion.filteredTypes" : [
43
+ " java.awt.*" ,
44
+ " com.sun.*" ,
45
+ " sun.*" ,
46
+ " jdk.*" ,
47
+ " org.graalvm.*" ,
48
+ " io.micrometer.shaded.*" ,
49
+ " java.beans.*" ,
50
+ " java.util.Base64.*" ,
51
+ " java.util.Timer" ,
52
+ " java.sql.*" ,
53
+ " javax.swing.*" ,
54
+ " javax.management.*" ,
55
+ " javax.smartcardio.*" ,
56
+ " edu.wpi.first.math.proto.*" ,
57
+ " edu.wpi.first.math.**.proto.*" ,
58
+ " edu.wpi.first.math.**.struct.*" ,
59
+ ]
29
60
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"enableCppIntellisense" : false ,
3
3
"currentLanguage" : " java" ,
4
- "projectYear" : " 2025beta " ,
4
+ "projectYear" : " 2025 " ,
5
5
"teamNumber" : 2714
6
6
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java"
3
- id " edu.wpi.first.GradleRIO" version " 2025.1.1-beta-1 "
3
+ id " edu.wpi.first.GradleRIO" version " 2025.1.1"
4
4
}
5
5
6
6
java {
@@ -33,6 +33,8 @@ deploy {
33
33
frcStaticFileDeploy(getArtifactTypeClass(' FileTreeArtifact' )) {
34
34
files = project. fileTree(' src/main/deploy' )
35
35
directory = ' /home/lvuser/deploy'
36
+ deleteOldFiles = false // Change to true to delete files on roboRIO that no
37
+ // longer exist in deploy directory of this project
36
38
}
37
39
}
38
40
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =permwrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments