Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
最近发现这个项目有两处改动,垃圾收集从UseParallelGC换成了UseZGC,以及Meta(稳定版)与Alpha(测试版)构建任务分开,导致read.me的编译方法不好用了。
于是我查看openjdk wiki,发现UseZGC在Windows至少要jdk 14(实验性质)及jdk 15。于是我尝试把jdk 11换成了jdk 15,
然后把最后的编译命令换成
./gradlew --no-daemon app:assembleAlphaRelease
./gradlew --no-daemon app:assembleMetaRelease
然后就编译出来了。
以上经验,仅供参考
gradle.properties
.github/workflows/build-debug.yaml
Copied!
Beta Was this translation helpful? Give feedback.
All reactions