File tree 4 files changed +9
-9
lines changed
src/main/groovy/edu/wpi/first/gradlerio/wpi
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " cpp"
3
3
id " google-test-test-suite"
4
- id " edu.wpi.first.GradleRIO" version " 2019.1 .1"
4
+ id " edu.wpi.first.GradleRIO" version " 2019.2 .1"
5
5
}
6
6
7
7
// Define my targets (RoboRIO) and artifacts (deployable files)
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java"
3
- id " edu.wpi.first.GradleRIO" version " 2019.1 .1"
3
+ id " edu.wpi.first.GradleRIO" version " 2019.2 .1"
4
4
}
5
5
6
6
def ROBOT_MAIN_CLASS = " frc.team0000.robot.Main"
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " org.jetbrains.kotlin.jvm" version " 1.3.11"
3
- id " edu.wpi.first.GradleRIO" version " 2019.1 .1"
3
+ id " edu.wpi.first.GradleRIO" version " 2019.2 .1"
4
4
}
5
5
6
6
def ROBOT_MAIN_CLASS = " frc.team0000.robot.MainKt"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import javax.inject.Inject
12
12
@CompileStatic
13
13
class WPIExtension {
14
14
// WPILib (first.wpi.edu/FRC/roborio/maven) libs
15
- String wpilibVersion = " 2019.1 .1"
15
+ String wpilibVersion = " 2019.2 .1"
16
16
String niLibrariesVersion = " 2019.12.1"
17
17
String opencvVersion = " 3.4.4-4"
18
18
static final String [] validImageVersions = [' 2019_v12' , ' 2019_v13' ]
@@ -24,11 +24,11 @@ class WPIExtension {
24
24
String jreArtifactLocation = " edu.wpi.first.jdk:roborio-2019:11.0.1u13-1"
25
25
26
26
// WPILib (first.wpi.edu/FRC/roborio/maven) Utilities
27
- String smartDashboardVersion = " 2019.1 .1"
28
- String shuffleboardVersion = " 2019.1 .1"
29
- String outlineViewerVersion = " 2019.1 .1"
30
- String robotBuilderVersion = " 2019.1 .1"
31
- String pathWeaverVersion = " 2019.1 .1"
27
+ String smartDashboardVersion = " 2019.2 .1"
28
+ String shuffleboardVersion = " 2019.2 .1"
29
+ String outlineViewerVersion = " 2019.2 .1"
30
+ String robotBuilderVersion = " 2019.2 .1"
31
+ String pathWeaverVersion = " 2019.2 .1"
32
32
33
33
// WPILib Toolchain (https://github.com/wpilibsuite/toolchain-builder/releases/latest) version and tag
34
34
String toolchainTag = ' v2019-3'
You can’t perform that action at this time.
0 commit comments