This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MINDEXER-116 in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
commit 2fe7d298b242ce6bed8408576a57de6a4380e45d Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Apr 11 13:48:30 2020 +0200 [MINDEXER-116] Require Java 8 at runtime --- Jenkinsfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09ac70f..ab4282b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpStdBuild() +asfMavenTlpStdBuild(jdk:['8','11','14','15']) diff --git a/pom.xml b/pom.xml index 1967ca7..c4c6740 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ under the License. </distributionManagement> <properties> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile> <failsafe.redirectTestOutputToFile>true</failsafe.redirectTestOutputToFile> <checkstyle.violation.ignore>MagicNumber,ParameterNumber,MethodLength,JavadocType,AvoidNestedBlocks,InterfaceIsType</checkstyle.violation.ignore>
