File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ This folder exists so ${maven.multiModuleProjectDirectory} can find the root project folder
Original file line number Diff line number Diff line change 333333 <artifactId >formatter-maven-plugin</artifactId >
334334 <version >2.24.1</version >
335335 <configuration >
336- <configFile >https://raw.githubusercontent.com/vaadin/flow/main /eclipse/VaadinJavaConventions.xml</configFile >
336+ <configFile >${maven.multiModuleProjectDirectory} /eclipse/VaadinJavaConventions.xml</configFile >
337337 <!-- Provide a dummy JS config file to avoid errors -->
338- <configJsFile >https://raw.githubusercontent.com/vaadin/flow/main /eclipse/VaadinJavaConventions.xml</configJsFile >
338+ <configJsFile >${maven.multiModuleProjectDirectory} /eclipse/VaadinJavaConventions.xml</configJsFile >
339339 <lineEnding >LF</lineEnding >
340340 </configuration >
341341 </plugin >
You can’t perform that action at this time.
0 commit comments