<@U0QBCLV62> Still wish there was an easy way to m...
# gradle
j
@bamboo Still wish there was an easy way to make the dsl:
Copy code
tasks {
  "test"<Test> {
    useJUnitPlatform()
  }
}
Just looks cleaner IMO
💯 2
b
It does