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

@@ -3,7 +3,6 @@ plugins {
id 'application'
id 'cpp'
id 'visual-studio'
id 'com.github.johnrengelman.shadow' version '2.0.3' apply false
}
apply plugin: 'edu.wpi.first.NativeUtils'