Skip to content

Commit 0b52373

Browse files
committed
Add note to readme about Java 8 requirement
1 parent bbc313d commit 0b52373

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ Handlebars provides the power necessary to let you build semantic templates effe
2525

2626
[Mustache](https://mustache.github.io/mustache.5.html) templates are compatible with Handlebars, so you can take a [Mustache](https://mustache.github.io) template, import it into Handlebars, and start taking advantage of the extra Handlebars features.
2727

28+
# Requirements
29+
30+
- Handlebars 4.3+ requires Java 8 or higher.
31+
32+
2833
# Getting Started
2934
In general, the syntax of **Handlebars** templates is a superset of [Mustache](https://mustache.github.io) templates. For basic syntax, check out the [Mustache manpage](https://mustache.github.io).
3035

3136
The [Handlebars.java blog](https://jknack.github.io/handlebars.java) is a good place for getting started too. Javadoc is available at [javadoc.io](https://javadoc.io/doc/com.github.jknack/handlebars).
3237

33-
Since 4.3.0 release Handlebars.java requires Java 8 or higher.
34-
3538
## Maven
3639
#### Stable version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.jknack/handlebars)
3740

0 commit comments

Comments
 (0)