Skip to content

Fix build process#45

Merged
detivenc merged 1 commit intomainfrom
fix-build-process
Aug 23, 2025
Merged

Fix build process#45
detivenc merged 1 commit intomainfrom
fix-build-process

Conversation

@google-labs-jules
Copy link
Contributor

This PR fixes the build process by:

  • Removing the @Theme annotation which was causing a build failure in production mode.
  • Updating the build.yml file to use the -Pvaadin.productionMode flag for production builds.

The build was failing in production mode due to a reference to a non-existent theme. This change removes the unused `@Theme` annotation from the `Main.kt` file.

Additionally, the `build.yml` file has been updated to use the `-Pvaadin.productionMode` flag, which is required for a correct production build with Vaadin.
@detivenc detivenc marked this pull request as ready for review August 23, 2025 09:09
@detivenc detivenc merged commit 8d56721 into main Aug 23, 2025
1 check passed
@detivenc detivenc deleted the fix-build-process branch August 23, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant