mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
Ignore _2 package in builds
This commit is contained in:
@@ -102,6 +102,15 @@ dependencies {
|
||||
testImplementation('org.junit.jupiter:junit-jupiter:5.6.0')
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
srcDir 'src'
|
||||
exclude '**/_2/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
|
||||
Reference in New Issue
Block a user