Skip to content

Commit 5f67acf

Browse files
authored
Remove -noverify option from README.md (#2566)
- Option was deprecated in JDK 13 - Removed noverify from poms
1 parent 637b127 commit 5f67acf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ java \
6565
-Dosgi.bundles.defaultStartLevel=4 \
6666
-Declipse.product=org.eclipse.jdt.ls.core.product \
6767
-Dlog.level=ALL \
68-
-noverify \
6968
-Xmx1G \
7069
--add-modules=ALL-SYSTEM \
7170
--add-opens java.base/java.util=ALL-UNNAMED \

org.eclipse.jdt.ls.tests.syntaxserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</os>
4141
</activation>
4242
<properties>
43-
<os.testArgs>-XstartOnFirstThread -noverify</os.testArgs>
43+
<os.testArgs>-XstartOnFirstThread</os.testArgs>
4444
</properties>
4545
<build>
4646
<pluginManagement>

org.eclipse.jdt.ls.tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</os>
7070
</activation>
7171
<properties>
72-
<os.testArgs>-XstartOnFirstThread -noverify</os.testArgs>
72+
<os.testArgs>-XstartOnFirstThread</os.testArgs>
7373
</properties>
7474
<build>
7575
<pluginManagement>

0 commit comments

Comments
 (0)