mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
717b9a9240
- Neutral titles (starRiverProperty); 源码归档 wording; paths unchanged - Parent artifactIds: cloudwalk-cloud-reactor, cw-elevator-application-reactor, etc. - cw.elevator.v1.lib.dir and deploy script use repo-relative paths - package-info and module descriptions cleaned Made-with: Cursor
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
原始运行包 / 官方构件体现的 Java 版本:Java 8(1.8)
|
||
|
||
依据(摘录自本工作区内文件,便于审计):
|
||
|
||
1) cw-elevator-application-V1.0.0.20211103
|
||
- META-INF/MANIFEST.MF:Build-Jdk: 1.8.0_144
|
||
- META-INF/maven/.../cw-elevator-application-starter/pom.xml:
|
||
maven.compiler.source=8,maven.compiler.target=8
|
||
|
||
2) cw-elevator-application-V1.0.0.20211103/lib/cw-elevator-application-common-1.0-SNAPSHOT.jar
|
||
- META-INF/MANIFEST.MF:Build-Jdk: 1.8.0_144
|
||
|
||
3) cw-elevator-application-V1.0.0.20211103/lib/cloudwalk-common-event-3.7.2-Brussels-SRX.jar
|
||
- META-INF/MANIFEST.MF:Build-Jdk: 1.8.0_191
|
||
|
||
4) 源码归档路径 artifacts/decompiled/trees/ninca-crk-std-backend-V2.9.1_20210630.jar.src/META-INF/maven/.../pom.xml
|
||
- maven.compiler.source=1.8,maven.compiler.target=1.8
|
||
|
||
结论:五个聚合 Maven 工程应与上述一致,使用 JDK 8 作为运行 Maven 的 JVM(JAVA_HOME 指向 1.8.x),
|
||
字节码目标为 1.8。各聚合父 POM 已配置 maven-enforcer-plugin,要求 [1.8,1.9),避免误用 JDK 11+ 仅当“编译目标 8”导致注解处理器等问题。
|