File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ on the same computer:
371
371
372
372
This project requires ** at least** the items below to build it from source:
373
373
374
- - Maven 3.8.6
374
+ - Maven 3.9.8
375
375
- OpenJDK SE 22
376
376
377
377
This project contains optimised code for various JDK versions.
Original file line number Diff line number Diff line change 74
74
</properties >
75
75
76
76
<build >
77
-
78
77
<pluginManagement >
79
78
<plugins >
80
79
<plugin >
142
141
<artifactId >flatten-maven-plugin</artifactId >
143
142
<version >1.6.0</version >
144
143
</plugin >
144
+ <plugin >
145
+ <groupId >org.apache.maven.plugins</groupId >
146
+ <artifactId >maven-enforcer-plugin</artifactId >
147
+ </plugin >
145
148
</plugins >
146
149
</pluginManagement >
147
150
148
151
<plugins >
149
152
<plugin >
150
- <inherited >true</inherited >
151
153
<groupId >org.apache.maven.plugins</groupId >
152
154
<artifactId >maven-enforcer-plugin</artifactId >
153
- <version >3.4.1 </version >
155
+ <version >3.5.0 </version >
154
156
<executions >
155
157
<execution >
156
158
<id >enforce-maven-3</id >
160
162
<configuration >
161
163
<rules >
162
164
<requireMavenVersion >
163
- <version >3.8.6 </version >
165
+ <version >3.9.9 </version >
164
166
</requireMavenVersion >
165
167
</rules >
166
168
<fail >true</fail >
167
169
</configuration >
168
170
</execution >
169
171
</executions >
170
172
</plugin >
171
-
172
173
<plugin >
173
174
<groupId >org.apache.maven.plugins</groupId >
174
175
<artifactId >maven-surefire-plugin</artifactId >
381
382
<dependency >
382
383
<groupId >org.junit.jupiter</groupId >
383
384
<artifactId >junit-jupiter</artifactId >
384
- <version >5.11.0-M2 </version >
385
+ <version >5.11.0</version >
385
386
<scope >test</scope >
386
387
</dependency >
387
388
<dependency >
You can’t perform that action at this time.
0 commit comments