On 3/4/20 1:06 PM, Ty Young wrote:
So how exactly are preview features enabled in Netbeans? I have:


<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
                <version>3.6.2</version>
                <configuration>
                    <release>15</release> <!-- <release>13</release> -->
<compilerArg>--enable-preview</compilerArg>
                    <compilerArg>--add-modules jdk.incubator.foreign</compilerArg>                     <compilerArg>--open-modules jdk.incubator.foreign.unsafe</compilerArg>
                </configuration>


...and yet no indication is provided on whether it is enabled nor can I make a record.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to