mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Fixes JNI files not getting cleaned on rebuild (#1121)
If a JNI file was added then removed without a clean (like a branch change) The symbol check would fail because extra headers wouldnt get removed.
This commit is contained in:
committed by
Peter Johnson
parent
c04f463b78
commit
85fe722f4c
@@ -3,7 +3,7 @@ plugins {
|
||||
id "base"
|
||||
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2.0'
|
||||
id 'edu.wpi.first.NativeUtils' version '1.6.7'
|
||||
id "edu.wpi.first.GradleJni" version "0.1.5"
|
||||
id "edu.wpi.first.GradleJni" version "0.2.2"
|
||||
id 'idea'
|
||||
id 'com.gradle.build-scan' version '1.13.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user