Skip to content

Commit fe5b604

Browse files
VolkerVolker
authored andcommitted
Remove support for Java 7 which is EOL
1 parent 1bfced6 commit fe5b604

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ language: java
66
jdk:
77
- oraclejdk8
88
- oraclejdk9
9-
- openjdk7
109
script: gradle check benchmark

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ JLessC is a [Less CSS compiler](http://lesscss.org) written completely in Java (
1111

1212
Required Java Version
1313
----
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).
14+
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).
1515

1616

1717
Add Dependency

0 commit comments

Comments
 (0)