Skip to content

Clarify the buildArg of GraalVM Native Image associated with --initialize-at-build-time=org.junit.platform.engine.TestTag #58

@linghengqian

Description

@linghengqian
  • In linghengqian-scratches/graalvm-trace-metadata-smoketest@ce78a1a , the --initialize-at-build-time=org.junit.platform.engine.TestTag parameter has been removed due to unit test refactoring.
  • Whether the class related to the --initialize-at-build-time=org.junit.platform.engine.TestTag parameter has resolved the issue remains to be investigated.
graalvmNative {
    binaries {
        test {
            buildArgs.add('--initialize-at-build-time=org.junit.platform.engine.TestTag')
        }
    }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions