Skip to content

Commit

Permalink
Update to pre beta gradlerio
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Sep 28, 2018
1 parent 60a5b2c commit de472cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions vscode-wpilib/resources/gradle/cpp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
plugins {
id "cpp"
id "google-test-test-suite"
id "edu.wpi.first.GradleRIO" version "2019.0.0-alpha-4-pre2"
id "edu.wpi.first.GradleVsCode" version "0.4.2"
id "edu.wpi.first.GradleRIO" version "2019.0.0-beta0-pre1"
}

// Define my targets (RoboRIO) and artifacts (deployable files)
Expand Down
2 changes: 1 addition & 1 deletion vscode-wpilib/resources/gradle/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2019.0.0-alpha-4-pre2"
id "edu.wpi.first.GradleRIO" version "2019.0.0-beta0-pre1"
}

def ROBOT_MAIN_CLASS = "###ROBOTCLASSREPLACE###"
Expand Down

0 comments on commit de472cd

Please sign in to comment.