robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Move simulator properties from project to task scope #50

Closed rivancic closed 8 years ago

rivancic commented 8 years ago

It would be way easier to use if the IPadSimulatorTask allows setting properties directly on the task instead of using Project Properties here. If this is possible.

Taken from SO Set the project properties in subclassed gradle task

badlogic commented 8 years ago

You can overwrite and set properties as arguments to the Gradle command. Simply use -PpropertyName=propertyValue when invoking Gradle.