thiagoelg opened a new pull request, #3541:
URL: https://github.com/apache/incubator-kie-tools/pull/3541

   Added two new env vars:
   - `KIE_TOOLS_BUILD__kogitoVersionSetPropertySkip`
   - `KIE_TOOLS_BUILD__quarkusVersionSetPropertySkip`
   
   Setting them to `true` allows developers to override the 
`KOGITO_RUNTIME_version` and `QUARKUS_PLATFORM_version` env vars values without 
changing the `packages/maven-base/pom.xml` file.
   
   This is important for quick (and ephemeral) tests of different Kogito or 
Quarkus versions, without generating unwanted changes.
   
   ### Usage example:
   
   ```sh
   export KIE_TOOLS_BUILD__kogitoVersionSetPropertySkip=true
   export KIE_TOOLS_BUILD__quarkusVersionSetPropertySkip=true
   export KOGITO_RUNTIME_version=10.2.0
   export QUARKUS_PLATFORM_version=3.27.3
   
   pnpm bootstrap
   pnpm -F @kie-tools/jbpm-quarkus-devui... build:dev
   ```
   
   In this scenario, `@kie-tools/jbpm-quarkus-devui` will be built against a 
new Quarkus version and the published `10.2.0` version of Apache KIE Kogito 
Runtime, without changing the `packages/maven-base/pom.xml` file.
   
   ---
   
   The default behavior remains the same as before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to