Skip to content

Commit

Permalink
minimal maven version should 3.9 otherwise cache will not work
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 27, 2023
1 parent 1f343ee commit bd94986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -61,7 +61,7 @@ under the License.
<properties>
<project.build.outputTimestamp>2023-06-05T23:12:49Z</project.build.outputTimestamp>
<javaVersion>8</javaVersion>
<minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
<minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion>
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<classWorldsVersion>2.6.0</classWorldsVersion>

Expand Down

0 comments on commit bd94986

Please sign in to comment.