Skip to content

Commit

Permalink
fix(simulator-ui): include APP_VERSION in prod build
Browse files Browse the repository at this point in the history
Signed-off-by: Timon Borter <[email protected]>
  • Loading branch information
bbortt committed Nov 18, 2024
1 parent 3062970 commit d8b08bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simulator-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
<phase>compile</phase>
<configuration>
<arguments>run build</arguments>
<environmentVariables>
<APP_VERSION>${project.version}</APP_VERSION>
</environmentVariables>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d8b08bc

Please sign in to comment.