mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Move unit tests from integration test suite (#1170)
This commit is contained in:
committed by
Peter Johnson
parent
dffa1a5cba
commit
e488861877
@@ -107,9 +107,9 @@ tasks.withType(JavaCompile).configureEach {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.2.0'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.2.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
|
||||
|
||||
devCompile sourceSets.main.output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user