We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfced6 commit fe5b604Copy full SHA for fe5b604
.travis.yml
@@ -6,5 +6,4 @@ language: java
6
jdk:
7
- oraclejdk8
8
- oraclejdk9
9
- - openjdk7
10
script: gradle check benchmark
README.md
@@ -11,7 +11,7 @@ JLessC is a [Less CSS compiler](http://lesscss.org) written completely in Java (
11
12
Required Java Version
13
----
14
-JlessC requires Java SE 7 or higher. It is tested with Java SE 7 and 8 on [travis-ci.org](https://travis-ci.org/i-net-software/jlessc).
+JlessC requires Java SE 8 or higher. It is tested with Java SE 8 and 9 on [travis-ci.org](https://travis-ci.org/i-net-software/jlessc).
15
16
17
Add Dependency
0 commit comments