Added JUnit to gradle config
This commit is contained in:
parent
778ba88644
commit
781756756d
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ dependencyManagement {
|
|||
mavenBom "com.vaadin:vaadin-bom:$vaadinVersion"
|
||||
}
|
||||
}
|
||||
|
||||
test{
|
||||
useJUnitPlatform()
|
||||
}
|
Loading…
Reference in a new issue