mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Update Native Utils to fix static allocations (#1196)
Should fix lag after 15 or so builds that was being seen with daemon.
This commit is contained in:
committed by
Peter Johnson
parent
80134164a4
commit
0b5df467e1
@@ -2,7 +2,7 @@ plugins {
|
||||
id 'net.ltgt.errorprone' version '0.0.13'
|
||||
id 'base'
|
||||
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2.1'
|
||||
id 'edu.wpi.first.NativeUtils' version '1.6.7'
|
||||
id 'edu.wpi.first.NativeUtils' version '1.7.1'
|
||||
id 'edu.wpi.first.GradleJni' version '0.2.2'
|
||||
id 'edu.wpi.first.GradleVsCode' version '0.3.0'
|
||||
id 'idea'
|
||||
|
||||
Reference in New Issue
Block a user