you can use the `pluginManagement` dsl if you want...
# gradle
m
you can use the
pluginManagement
dsl if you want to use JUnit 5 plugin in the
plugins {}
block - see https://github.com/junit-team/junit5/issues/768#issuecomment-330078905 for that
2
c
Really good suggestion.