ACS-5933 Revert Java 17 requirement from master branch

This commit is contained in:
pzurek
2023-09-04 14:16:34 +02:00
parent 9e73bef414
commit 88dceac4c2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ To run Insight Engine tests, minimum version of Repo is ACS 6.0, additionally ru
For more details about the related projects or their deployment see: [Search-Discovery] (https://git.alfresco.com/search_discovery) and (https://github.com/Alfresco/SearchServices).
# Prerequisites
Java 17
Java 11
Maven 3.2.0

View File

@@ -41,7 +41,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<maven.build.sourceVersion>17</maven.build.sourceVersion>
<maven.build.sourceVersion>11</maven.build.sourceVersion>
<solr.base.version>6.6.5</solr.base.version>
<solr.version>${solr.base.version}-patched.11</solr.version>
<!-- The location to download the solr zip file from. -->