-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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:
- in
build.gradle:project.ext."app.build" = 333 - 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels