Skip to content

Commit

Permalink
Upgraded to JDK 11 as new version of JasperReports doesn't support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimvila committed Oct 24, 2024
1 parent fdfe621 commit 5b0bd11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To get you started you can simply clone the `java-report-generator` repository a

You need [git][git] to clone the `java-report-generator` repository.

You will need [Java™ SE Development Kit 8][jdk-download] and [Maven][maven].
You will need [Java™ SE Development Kit 11][jdk-download] and [Maven][maven].

### Clone

Expand Down Expand Up @@ -156,7 +156,7 @@ Use the builder method in FormReportData to generate your data structure.
[git]: https://git-scm.com/
[archunit]: https://www.archunit.org/
[maven]: https://maven.apache.org/download.cgi
[jdk-download]: http://www.oracle.com/technetwork/java/javase/downloads
[jdk-download]: https://adoptium.net/es/temurin/releases/?version=11
[JEE]: http://www.oracle.com/technetwork/java/javaee/tech/index.html
[junit]: https://junit.org/junit5/

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.systelab</groupId>
<artifactId>java-report-generator</artifactId>
<version>1.9.2</version>
<version>1.9.4</version>
<packaging>jar</packaging>
<name>java-report-generator</name>
<url>https://github.com/systelab/java-report-generator</url>
Expand Down Expand Up @@ -129,8 +129,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>9</source>
<target>9</target>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
<annotationProcessorPaths>
<path>
Expand Down

0 comments on commit 5b0bd11

Please sign in to comment.