Ok thanks, should I create an issue for more first class support ?
sdeleuze
03/01/2018, 11:44 AM
Copy code
withType<Test> {
useJUnitPlatform()
}
seems to work also
➕ 1
sdeleuze
03/01/2018, 11:44 AM
But
useJUnitPlatform
is red in IDEA (works fine on command line)
b
bamboo
03/01/2018, 11:45 AM
Creating an issue won’t be necessary, thanks.
bamboo
03/01/2018, 11:46 AM
The
withType<Test>
solution will enable the JUnit platform for all test tasks so it’s a little different than the original Groovy version
s
sdeleuze
03/01/2018, 11:46 AM
Ok
m
mkobit
03/01/2018, 3:40 PM
i think i ran into an issue with intellij not using the wrapper version i updated to on the CLI for the module
i had to do the dread Invalidate and Restart to get the IDE support working again