Skip to content

Commit 549626c

Browse files
authored
Merge pull request #218 from svc-design/master
Fix build frontend jar failed with java-openjdk-17
2 parents 2a3c8c9 + 1e3be69 commit 549626c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

helm-chart/templates/nacos-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ spec:
4141
- name: FUNCTION_MODE
4242
value: all
4343
- name: JAVA_HOME
44-
value: /usr/lib/jvm/java-1.8.0-openjdk
44+
value: /usr/lib/jvm/java-1.8-openjdk
4545
- name: NACOS_USER
4646
value: nacos
4747
- name: JAVA
48-
value: /usr/lib/jvm/java-1.8.0-openjdk/bin/java
48+
value: /usr/lib/jvm/java-1.8-openjdk/bin/java
4949
- name: JVM_XMS
5050
value: 2g
5151
- name: JVM_XMX

src/frontend/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<plugin>
149149
<groupId>org.springframework.boot</groupId>
150150
<artifactId>spring-boot-maven-plugin</artifactId>
151+
<version>${spring.boot.version}</version>
151152
<executions>
152153
<execution>
153154
<goals>

0 commit comments

Comments
 (0)