[wpiutil] Reenable jni check task (#4606)

New option was added to JNI plugin to allow skipping specific symbols. This let us generally reenable the check task in wpiutil.
This commit is contained in:
Thad House
2022-11-10 10:33:26 -07:00
committed by GitHub
parent 231ae2c353
commit 85f1bb8f2b
3 changed files with 12 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ plugins {
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2023.0.0'
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'edu.wpi.first.NativeUtils' apply false
id 'edu.wpi.first.GradleJni' version '1.0.0'
id 'edu.wpi.first.GradleJni' version '1.1.0'
id 'edu.wpi.first.GradleVsCode'
id 'idea'
id 'visual-studio'