From 9c06d2878bfd05991e2df864d41f0e7f1c9117bc Mon Sep 17 00:00:00 2001 From: Thad House Date: Fri, 1 Dec 2017 16:23:30 -0800 Subject: [PATCH] Update to latest native plugin (#799) This is what prints warnings to console. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bba448eafa..2a874a7eee 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } } dependencies { - classpath 'gradle.plugin.edu.wpi.first:native-utils:1.3.0' + classpath 'gradle.plugin.edu.wpi.first:native-utils:1.5.0' } }