New Early Access builds

Alan Bateman Alan.Bateman at oracle.com
Tue Feb 15 11:43:17 UTC 2022



On 15/02/2022 11:34, Remi Forax wrote:
> :
> I've fought Maven 5 mins this morning trying to remember how to add --add-modules to the compiler plugin configuration before using Google [2].
Alternatively you can use use "=" to separate the name from value, as in:

           <compilerArgs>
             <arg>--enable-preview</arg>
<arg>--add-modules=jdk.incubator.concurrent</arg>
           </compilerArgs>


-Alan.


More information about the loom-dev mailing list