Skip to content

[ci] Preserve params during verify #373

@helin24

Description

@helin24

See the info on verification in flutter/flutter-intellij#8946. Hopefully it can be fixed by putting in something like the following into the Dart build configuration:

tasks.withType<JavaCompile> {
    options.compilerArgs.add("-parameters")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions