mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
15 lines
256 B
Groovy
15 lines
256 B
Groovy
|
|
ext {
|
||
|
|
useJava = true
|
||
|
|
useCpp = false
|
||
|
|
baseId = 'wpiunits'
|
||
|
|
groupId = 'edu.wpi.first.wpiunits'
|
||
|
|
|
||
|
|
nativeName = 'wpiunits'
|
||
|
|
devMain = 'edu.wpi.first.units.DevMain'
|
||
|
|
}
|
||
|
|
|
||
|
|
apply from: "${rootDir}/shared/java/javacommon.gradle"
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
}
|