Nicholas DiPiazza
Nicholas DiPiazza

Reputation: 10595

In install4j, how can i specify the app's version via gradle plugin?

How do I send the project variables such as "application version" in the install4j gradle plugin?

What happens if there is an Application version specified in the install4j file? Which one will be used?

Upvotes: 0

Views: 355

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48105

As to how the application version is passed by the gradle plugin, that was answered in

In Install4j - How can I read the version from an external file?

As to which value will be used, anything that is passed externally overrides the values that are defined in the project.

Upvotes: 1

Related Questions