allegro / handlebars-spring-boot-starter

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

Fix build process and CI #32

Closed platan closed 3 years ago

platan commented 4 years ago

This PR fixed build process and CI. Last build was using trusty https://travis-ci.org/github/allegro/handlebars-spring-boot-starter/builds/42144200. Currently we are using xenial https://travis-ci.org/github/allegro/handlebars-spring-boot-starter/builds/703486795, which does not offer oraclejdk8.

Updating codenarc to 1.0 fixes error:

Execution failed for task ':codenarcTest'.
> java.lang.NoClassDefFoundError: groovy/text/SimpleTemplateEngine

(solution from https://discuss.gradle.org/t/sudden-issue-with-gradle-3-5-1-and-codenarc/30064/4).

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.029% when pulling 4b8aaecb67eef5f66c30d2e3da1e6e551c2d4a88 on ci_openjdk8 into d37a9c732b809d9bd6962ea84a47d7d8fde18d31 on master.