Commit 8b698b3
authored
fix: Pass javaResourceFolder to Options in DevModeInitializer (#23440)
DevModeInitializer was creating an Options object without setting
javaResourceFolder, causing TaskUpdateSettingsFile to overwrite it
with an empty string. This broke legacy theme component styles in
Gradle dev mode because the Vite theme plugin couldn't find
vaadin-featureflags.properties in the correct location.
Fixes #234381 parent a833056 commit 8b698b3
File tree
1 file changed
+2
-1
lines changed- vaadin-dev-server/src/main/java/com/vaadin/base/devserver/startup
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
0 commit comments