Skip to content
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

feat: update gradle plugin clean tasks #18756

Merged
merged 6 commits into from
Feb 22, 2024

Conversation

tltv
Copy link
Member

@tltv tltv commented Feb 19, 2024

Updates Vaadin Gradle plugin to clean in same way as Maven plugin cleans. Moved CleanFrontendMojo logic to CleanFrontendUtil in shared flow-plugin-base. Updated VaadinCleanTask and VaadinBuildFrontendTask. Added cleanFrontendFiles property to Gradle plugin.

Fixes: #18556

Updates Vaadin Gradle plugin to clean in same way as Maven plugin cleans. Moved  CleanFrontendMojo logic to CleanFrontendUtil in shared flow-plugin-base.
Updated VaadinCleanTask and VaadinBuildFrontendTask.
Added cleanFrontendFiles property to Gradle plugin.

Fixes: #18556
Copy link

github-actions bot commented Feb 19, 2024

Test Results

1 094 files  +1 072  1 094 suites  +1 072   1h 19m 34s ⏱️ + 1h 11m 24s
6 916 tests +6 875  6 868 ✅ +6 829  48 💤 +46  0 ❌ ±0 
7 262 runs  +7 217  7 202 ✅ +7 159  60 💤 +58  0 ❌ ±0 

Results for commit a441e9f. ± Comparison against base commit 8fe7c27.

♻️ This comment has been updated with latest results.

@tltv tltv marked this pull request as ready for review February 20, 2024 13:38
...instead of using real hilla endpoint. Also removed webpack.generated.js from the task description and javadoc.
@vaadin-bot vaadin-bot added +1.0.0 and removed +0.0.1 labels Feb 21, 2024
mcollovati
mcollovati previously approved these changes Feb 21, 2024
@mcollovati
Copy link
Collaborator

LGTM, but probably @mshabarov also wants to take a look

Copy link

sonarcloud bot commented Feb 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mshabarov mshabarov merged commit 2064933 into main Feb 22, 2024
26 checks passed
@mshabarov mshabarov deleted the feat/18556-update-gradle-clean-task branch February 22, 2024 13:31
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update gradle plugin VaadinCleanTask to match maven clean-frontend target
4 participants