mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
We now need platform specific jars -- reworks actions to support that. Currently only generates 32 bit pi images.
7 lines
154 B
Groovy
7 lines
154 B
Groovy
include 'photon-targeting'
|
|
include 'photon-core'
|
|
include 'photon-server'
|
|
include 'photon-lib'
|
|
|
|
new File('examples.txt').eachLine { line -> include line }
|