sdeleuze
03/01/2018, 11:31 AMtest {
useJUnitPlatform()
}
sdeleuze
03/01/2018, 11:42 AMsdeleuze
03/01/2018, 11:44 AMwithType<Test> {
useJUnitPlatform()
}
seems to work alsosdeleuze
03/01/2018, 11:44 AMuseJUnitPlatform
is red in IDEA (works fine on command line)bamboo
03/01/2018, 11:45 AMbamboo
03/01/2018, 11:46 AMwithType<Test>
solution will enable the JUnit platform for all test tasks so it’s a little different than the original Groovy versionsdeleuze
03/01/2018, 11:46 AMmkobit
03/01/2018, 3:40 PM