Skip to content

Commit

Permalink
Revert compiler settings to support Java 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Villard <dev@eviweb.fr>
  • Loading branch information
eviweb committed Oct 3, 2020
1 parent 8d00fee commit bfa1207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

### Changed

- Revert compiler settings to support Java 1.8

### Fixed

- Fix issue #2: get rid of `java.lang.String.stripLeading` to get backward compatibility with JDK 1.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Compatibility
-------------

* NetBeans version 11.0+
* Java version 11.0+
* Java version 1.8+

Installation
------------
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Please note that if no text is selected, the menu is disabled.
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit bfa1207

Please sign in to comment.