Skip to content

Commit

Permalink
Issue checkstyle#13970: Updated minimum Maven version to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush kumar sadangi authored and romani committed Dec 9, 2023
1 parent ee921b6 commit ac6d6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ task:
MAVEN_OPTS: "-Dhttp.keepAlive=false \
-Dmaven.repo.local=%CIRRUS_WORKING_DIR%/.m2 \
-Dmaven.wagon.http.retryHandler.count=3"
MAVEN_VERSION: "3.8.4"
# This Maven version here should be same as minimum defined maven version in pom.xml
MAVEN_VERSION: "3.6.3"
PATH: "%PATH%;C:/Program Files/OpenJDK/%OPENJDK_PATH%/bin;\
C:/ProgramData/chocolatey/lib/maven/apache-maven-%MAVEN_VERSION%/bin;\
C:/ProgramData/chocolatey/bin"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@
<version>${java.version}</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.3.9</version>
<version>3.6.3</version>
</requireMavenVersion>
<!-- doxia-core has a dependency convergence within itself and doxia-module-xdoc -->
<dependencyConvergence>
Expand Down
2 changes: 1 addition & 1 deletion src/xdocs/beginning_development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</section>
<section name="Before development">
<p>
1. Ensure that Git, Java JDK >= 11 until JDK 17, maven >= 3.3.9 are installed.<br/>
1. Ensure that Git, Java JDK >= 11 until JDK 17, maven >= 3.6.3 are installed.<br/>
You can find information about development environment preparation here:
<a href="https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Prepare-Development-Environment-in-Ubuntu-12.04">
Prepare development environment in Ubuntu</a>.<br/>
Expand Down

0 comments on commit ac6d6f0

Please sign in to comment.