Upgrade to Gradle 5.0 (#1444)

Also skip raspbian for gazebo.
This commit is contained in:
Thad House
2018-11-29 23:17:06 -08:00
committed by Peter Johnson
parent 90572a3cc5
commit 5551981b3f
12 changed files with 16 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ description = "A C++ and Java library to pass FRC Simulation Messages in and out
/* The simulation does not run on real hardware; so we always skip Athena */
ext.skipAthena = true
ext.skipRaspbian = true
apply from: "${rootDir}/shared/config.gradle"
/* Use a sort of poor man's autoconf to find the protobuf development