fix: Added support for custom frontendDirectory in TaskCopyTemplateFiles (#14527) (CP 9.0)#14559
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
| const versionsFile = require('path').resolve(__dirname, 'target/frontend/versions.json'); | ||
|
|
||
| if (!fs.existsSync(versionsFile)) { | ||
| return; |
There was a problem hiding this comment.
JSC_PARSE_ERROR: Parse error. return must be inside function
ℹ️ Learn about @sonatype-lift commands
You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.
| Command | Usage |
|---|---|
@sonatype-lift ignore |
Leave out the above finding from this PR |
@sonatype-lift ignoreall |
Leave out all the existing findings from this PR |
@sonatype-lift exclude <file|issue|path|tool> |
Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file |
Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
There was a problem hiding this comment.
@sonatype-lift ignore
There was a problem hiding this comment.
I've recorded this as ignored for this pull request.
If you change your mind, just comment @sonatype-lift unignore.
|
This ticket/PR has been released with Vaadin 22.0.23. |








Description
Added support for custom frontendDirectory in TaskCopyTemplateFiles (#14527) (CP 9.0)
Please list all relevant dependencies in this section and provide summary of the change, motivation and context.
Fixes #14527
Type of change
Checklist
Additional for
Featuretype of change