From 3beda188a34e5ba1fb32646ca08298182abf158b Mon Sep 17 00:00:00 2001 From: Diogo Nunes Date: Mon, 30 May 2022 08:40:50 +0100 Subject: [PATCH] revert: recover Java 8 compatibility closes #70 --- .github/update-javadoc.sh | 2 ++ .java-version | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/update-javadoc.sh b/.github/update-javadoc.sh index 6acfd2e..1247b24 100755 --- a/.github/update-javadoc.sh +++ b/.github/update-javadoc.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash +jenv shell 18 mvn javadoc:javadoc +jenv shell 1.8 rm -r docs cp -R target/site/apidocs docs open docs/index.html \ No newline at end of file diff --git a/.java-version b/.java-version index 3c03207..6259340 100644 --- a/.java-version +++ b/.java-version @@ -1 +1 @@ -18 +1.8 diff --git a/pom.xml b/pom.xml index 11cf86f..7f46218 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 1.8 - 18 + 1.8