diff --git a/build.gradle b/build.gradle index 7f9088d5..9d9b42e6 100644 --- a/build.gradle +++ b/build.gradle @@ -72,6 +72,8 @@ deploy { } } +tasks.deploy.dependsOn(test) + def deployArtifact = deploy.targets.roborio.artifacts.frcJava // Set to true to use debug for all targets including JNI, which will drastically impact