mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
15 lines
343 B
Groovy
15 lines
343 B
Groovy
apply plugin: 'java'
|
|
apply plugin: 'maven-publish'
|
|
|
|
sourceSets {
|
|
shared
|
|
}
|
|
|
|
dependencies {
|
|
sharedCompile 'edu.wpi.first.wpilib.networktables.java:NetworkTables:3.0.0-SNAPSHOT:arm'
|
|
sharedRuntime 'edu.wpi.first.wpilib.networktables.java:NetworkTables:3.0.0-SNAPSHOT:arm'
|
|
}
|
|
|
|
apply from: 'athena.gradle'
|
|
apply from: 'simulation.gradle'
|