allegro / handlebars-spring-boot-starter

Spring Boot auto-configuration for Handlebars
Apache License 2.0
108 stars 26 forks source link

version up modules (including wrapper) #39

Closed lancard closed 2 years ago

lancard commented 2 years ago
3750 commented 2 years ago

Could you update your PR to the latest master branch? Moreover, please add

test {
    useJUnitPlatform()
}

to build.gradle This will enable running tests. Currently ./gradlew check does not run tests at all :-(.