Skip to content

Commit

Permalink
Some fix java 8
Browse files Browse the repository at this point in the history
Change-Id: Iaf4f7b9d86f1c0d10e21082c929d5718e168341f
  • Loading branch information
cvagner committed Jan 10, 2020
1 parent 51f8994 commit a9f6325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pentaho-gis-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check out the project if you have not already done so :
git clone git://github.com/atolcd/pentaho-gis-plugins.git
cd pentaho-gis-plugins

Install Java 6+, Maven and PDI.
Install Java 8+, Maven and PDI.

To package the plugins, run the following commands from the base project directory :

Expand Down
4 changes: 2 additions & 2 deletions pentaho-gis-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit a9f6325

Please sign in to comment.