Skip to content

Bullet-Native Artifacts building not part of run task #1260

@MeFisto94

Description

@MeFisto94

See #1255,
unfortunately assemble doesn't seem to be the right target for run either.

Assemble assembles the whole project, run invokes compileJava and later jar on the individual projects.
Our problem is that this native task touches multiple subproject, so we cannot use their jar task.

I guess we should fix this by adding run.dependsOn(task) in addition to assemble, unless someone has a more clever approach?

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildscriptAn issue with the buildscript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions