We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d3ba2 commit 83a3f56Copy full SHA for 83a3f56
1 file changed
pom.xml
@@ -171,7 +171,7 @@
171
Publishes: gpu-llama3:${revision}-jdk25
172
TornadoVM: 3.0.0-jdk25
173
Vector API is still incubating in JDK 25 (JEP 508 — 10th Incubator);
174
- --add-modules jdk.incubator.vector is required for compilation.
+ add-modules jdk.incubator.vector is required for compilation.
175
─────────────────────────────────────────────────────────────────────── -->
176
<profile>
177
<id>jdk25</id>
@@ -223,7 +223,7 @@
223
</plugin>
224
225
<!-- Javadocs with preview feature support.
226
- --add-modules jdk.incubator.vector is required on all currently
+ add-modules jdk.incubator.vector is required on all currently
227
supported JDKs (21 and 25) because the Vector API remains in the
228
incubator module (JEP 508 — 10th Incubator in JDK 25). -->
229
<plugin>
0 commit comments