That was mentioned somewhere, but there is no JIRA issue on that.

On 8/1/19 1:59 PM, Geertjan Wielenga wrote:
I don’t think this is supported yet by our Gradle integration, best to create an issue.

Gj

On Thu, 1 Aug 2019 at 16:31, Helmut Leininger <h.leinin...@gmx.at <mailto:h.leinin...@gmx.at>> wrote:

    Hi,

    I want to use the preview features in the Gradle project.

    in build.grdle I specified:

    compileJava {
        options.compilerArgs << '--enable-preview'
    }

    run {
        jvmArgs(['--enable-preview'])
    }

    In the  program I am using the new swich format:

    switch (string) {
        case"a123" -> System.out.println("a123");
        ...
    }

    It compiles and runs ok. But when I have the "old" switch format
    in the source, I do not get the hint "convert to rule switch"

    Can this be enabled, too ?

    Regards


    Helmut



Reply via email to