-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dual build: With and without jre #44
Comments
It may be possible within gradle to run a task twice with two different configurations, but I don't know how. Perhaps check the gradle docs and/or post to the gradle forum. If there is something I can change programatically to make it easier, I will consider it if you can give details of what needs to change. |
You cannot run the same task twice in gradle https://discuss.gradle.org/t/is-there-possibility-to-run-single-task-twice-during-build-script-execution/6312. |
@crotwell I'm subscribing.
I am struggling with the same problem. I need to build multiple app bundle in one run. |
I am not opposed to changing createApp to extend DefaultTask. I am short on time to work on this now. Could you give the modification a try and submit a pull request? |
Gladly. I have to find some free time too, but I will definitely give it a try 👌 |
I want to build both the jre-bundled and non-bundled version of my app in single build command. Now, it seems I need to edit the
bundleJRE
before triggering new builds.The text was updated successfully, but these errors were encountered: