Skip to content

Commit

Permalink
Remove --enable-preview flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 22, 2024
1 parent 67106b6 commit 164a751
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion jline/pom.xml
Expand Up @@ -438,7 +438,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<legacyMode>true</legacyMode>
<additionalOptions>--enable-preview --release 21 -Xdoclint:none</additionalOptions>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion reader/pom.xml
Expand Up @@ -24,7 +24,7 @@

<properties>
<automatic.module.name>org.jline.reader</automatic.module.name>
<surefire.argLine>--add-opens java.base/java.io=ALL-UNNAMED --enable-preview</surefire.argLine>
<surefire.argLine>--add-opens java.base/java.io=ALL-UNNAMED</surefire.argLine>
</properties>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion terminal/pom.xml
Expand Up @@ -24,7 +24,6 @@

<properties>
<automatic.module.name>org.jline.terminal</automatic.module.name>
<javadocOptions>--enable-preview --release 21</javadocOptions>
</properties>

<dependencies>
Expand Down

0 comments on commit 164a751

Please sign in to comment.