Skip to content

Dynamic robovm.properties ? #61

@denisk20

Description

@denisk20

I'm interested in being able to set the values of robovm.properties dynamically. Specifically, I want app.build to be set from gradle config. However, I can't make it work.
So far I have tried:

  1. in build.gradle: project.ext."app.build" = 333
  2. in command line: ./gradlew createIPA -Papp.build=444

I have skimmed through the sources of the plugin and it looks like robovm.properties is not handled by the plugin, but by robovm itself.

I'm doing all this in a libGDX project.

Is there a way to set values of robovm.properties dynamically? I can of course generate the whole file on the fly, but I'm not sure if this is an overkill since I only need to set app.build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions