Skip to content

Commit

Permalink
Restore JDK 8 runtime compatibility, fixes #888 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 31, 2023
1 parent 47f1ec9 commit 4c4dbdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion demo/jline-gogo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ echo "Launching Gogo JLine..."
echo "Classpath: $cp"
set mouse=a
java -cp $cp \
--enable-preview \
$opts \
-Dgosh.home="${DIRNAME}" \
-Djava.util.logging.config.file="${logconf}" \
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<project.build.outputTimestamp>2023-10-25T15:49:27Z</project.build.outputTimestamp>

<java.build.version>21</java.build.version>
<java.target.version>1.8</java.target.version>
<java.release.version>8</java.release.version>
<maven.version>3.5.0</maven.version>

<native.image.skip>true</native.image.skip>
Expand Down Expand Up @@ -417,7 +417,7 @@
<version>3.11.0</version>
<configuration>
<showWarnings>true</showWarnings>
<target>${java.target.version}</target>
<release>${java.release.version}</release>
<compilerArgs>
<arg>-Xlint:all,-options,-processing</arg>
<arg>-Werror</arg>
Expand Down
2 changes: 1 addition & 1 deletion terminal-ffm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<name>JLine FFM Terminal</name>

<properties>
<java.target.version>21</java.target.version>
<java.release.version>21</java.release.version>
<automatic.module.name>org.jline.terminal.ffm</automatic.module.name>
</properties>

Expand Down

0 comments on commit 4c4dbdc

Please sign in to comment.