how to use GAUGE_CUSTOM_BUILD_PATH for java project #2231
preetipadalia
started this conversation in
General
Replies: 1 comment 1 reply
-
If you have the command to build the jar, you can set it to output to a location. This location can then be set as GAUGE_CUSTOM_BUILD_PATH value. gauge will then use the compiled jar for test execution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a java gradle project. I am planning to convert it to a single jar to run the test. How can i use variable GAUGE_CUSTOM_BUILD_PATH to achieve it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions