Closed 3750 closed 3 years ago
Currently tests cannot be run using Gradle. The problem was introduced in https://github.com/allegro/handlebars-spring-boot-starter/pull/34. We need two elements required to run tests:
test { useJUnitPlatform() }
build.gradle
Currently tests cannot be run using Gradle. The problem was introduced in https://github.com/allegro/handlebars-spring-boot-starter/pull/34. We need two elements required to run tests:
test { useJUnitPlatform() }
tobuild.gradle
(will be added in https://github.com/allegro/handlebars-spring-boot-starter/pull/36 or in a separate PR)