We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586db5d commit eab0c56Copy full SHA for eab0c56
pom.xml
@@ -628,6 +628,7 @@
628
<mysql.version>5.1.49</mysql.version>
629
630
<native2ascii.plugin.version>2.0.1</native2ascii.plugin.version>
631
+ <nodejs.version>v10.16.0</nodejs.version>
632
<pmd.plugin.version>3.12.0</pmd.plugin.version>
633
634
<!-- Redefine default value from spring-boot-dependencies -->
@@ -1337,7 +1338,7 @@
1337
1338
<artifactId>frontend-maven-plugin</artifactId>
1339
<version>${frontend.plugin.version}</version>
1340
<configuration>
- <nodeVersion>v10.16.0</nodeVersion>
1341
+ <nodeVersion>${nodejs.version}</nodeVersion>
1342
<workingDirectory>${basedir}/src/main/frontend</workingDirectory>
1343
</configuration>
1344
<executions>
0 commit comments