File tree Expand file tree Collapse file tree 6 files changed +172
-131
lines changed Expand file tree Collapse file tree 6 files changed +172
-131
lines changed Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17
+ wrapperVersion =3.3.2
18
+ distributionType =bin
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
20
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ the Apache Software License 2.0. Refer to license.txt for more information.
72
72
## Build from Source
73
73
74
74
You can build Hibernate Validator from source by cloning the git repository ` git://github.com/hibernate/hibernate-validator.git ` .
75
- You will also need a JDK 17+ and Maven 3 (>= 3.9.6 ). With these prerequisites in place you can compile the source via:
75
+ You will also need a JDK 17+ and Maven 3 (>= 3.9.8 ). With these prerequisites in place you can compile the source via:
76
76
77
77
mvn clean install
78
78
You can’t perform that action at this time.
0 commit comments